Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(299)

Side by Side Diff: ash/ash.gyp

Issue 15421002: Roll DEPS for googleurl. Second try. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « DEPS ('k') | build/all.gyp » ('j') | build/temp_gyp/googleurl.gyp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
11 'ash_resources.gypi', 11 'ash_resources.gypi',
12 ], 12 ],
13 'targets': [ 13 'targets': [
14 { 14 {
15 'target_name': 'ash', 15 'target_name': 'ash',
16 'type': '<(component)', 16 'type': '<(component)',
17 'dependencies': [ 17 'dependencies': [
18 'ash_strings.gyp:ash_strings',
19 '../base/base.gyp:base', 18 '../base/base.gyp:base',
20 '../base/base.gyp:base_i18n', 19 '../base/base.gyp:base_i18n',
21 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 20 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
22 '../build/temp_gyp/googleurl.gyp:googleurl',
23 '../cc/cc.gyp:cc', 21 '../cc/cc.gyp:cc',
24 '../content/content.gyp:content', 22 '../content/content.gyp:content',
25 '../content/content.gyp:content_browser', 23 '../content/content.gyp:content_browser',
26 '../ipc/ipc.gyp:ipc', 24 '../ipc/ipc.gyp:ipc',
27 '../net/net.gyp:net', 25 '../net/net.gyp:net',
28 '../skia/skia.gyp:skia', 26 '../skia/skia.gyp:skia',
29 '../third_party/icu/icu.gyp:icui18n', 27 '../third_party/icu/icu.gyp:icui18n',
30 '../third_party/icu/icu.gyp:icuuc', 28 '../third_party/icu/icu.gyp:icuuc',
31 '../ui/app_list/app_list.gyp:app_list', 29 '../ui/app_list/app_list.gyp:app_list',
32 '../ui/aura/aura.gyp:aura', 30 '../ui/aura/aura.gyp:aura',
33 '../ui/base/strings/ui_strings.gyp:ui_strings', 31 '../ui/base/strings/ui_strings.gyp:ui_strings',
34 '../ui/compositor/compositor.gyp:compositor', 32 '../ui/compositor/compositor.gyp:compositor',
33 '../ui/keyboard/keyboard.gyp:keyboard',
35 '../ui/message_center/message_center.gyp:message_center', 34 '../ui/message_center/message_center.gyp:message_center',
36 '../ui/oak/oak.gyp:oak', 35 '../ui/oak/oak.gyp:oak',
37 '../ui/ui.gyp:ui', 36 '../ui/ui.gyp:ui',
38 '../ui/ui.gyp:ui_resources', 37 '../ui/ui.gyp:ui_resources',
39 '../ui/views/controls/webview/webview.gyp:webview', 38 '../ui/views/controls/webview/webview.gyp:webview',
40 '../ui/views/views.gyp:views', 39 '../ui/views/views.gyp:views',
41 '../ui/keyboard/keyboard.gyp:keyboard',
42 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 40 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
41 '../url/url.gyp:url',
42 'ash_strings.gyp:ash_strings',
43 'ash_resources', 43 'ash_resources',
44 'ash_wallpaper_resources', 44 'ash_wallpaper_resources',
45 ], 45 ],
46 'defines': [ 46 'defines': [
47 'ASH_IMPLEMENTATION', 47 'ASH_IMPLEMENTATION',
48 ], 48 ],
49 'sources': [ 49 'sources': [
50 # All .cc, .h under ash, except unittests 50 # All .cc, .h under ash, except unittests
51 'accelerators/accelerator_controller.cc', 51 'accelerators/accelerator_controller.cc',
52 'accelerators/accelerator_controller.h', 52 'accelerators/accelerator_controller.h',
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 'test/test_metro_viewer_process_host.cc', 581 'test/test_metro_viewer_process_host.cc',
582 'test/test_metro_viewer_process_host.h', 582 'test/test_metro_viewer_process_host.h',
583 ], 583 ],
584 }], 584 }],
585 ], 585 ],
586 }, 586 },
587 { 587 {
588 'target_name': 'ash_unittests', 588 'target_name': 'ash_unittests',
589 'type': 'executable', 589 'type': 'executable',
590 'dependencies': [ 590 'dependencies': [
591 'ash_strings.gyp:ash_strings',
592 '../base/base.gyp:base', 591 '../base/base.gyp:base',
593 '../base/base.gyp:test_support_base', 592 '../base/base.gyp:test_support_base',
594 '../chrome/chrome_resources.gyp:packed_resources', 593 '../chrome/chrome_resources.gyp:packed_resources',
595 '../content/content.gyp:content_browser', 594 '../content/content.gyp:content_browser',
596 '../content/content.gyp:test_support_content', 595 '../content/content.gyp:test_support_content',
597 '../build/temp_gyp/googleurl.gyp:googleurl',
598 '../skia/skia.gyp:skia', 596 '../skia/skia.gyp:skia',
599 '../testing/gtest.gyp:gtest', 597 '../testing/gtest.gyp:gtest',
600 '../third_party/icu/icu.gyp:icui18n', 598 '../third_party/icu/icu.gyp:icui18n',
601 '../third_party/icu/icu.gyp:icuuc', 599 '../third_party/icu/icu.gyp:icuuc',
600 '../ui/app_list/app_list.gyp:app_list',
602 '../ui/aura/aura.gyp:aura', 601 '../ui/aura/aura.gyp:aura',
603 '../ui/aura/aura.gyp:aura_test_support', 602 '../ui/aura/aura.gyp:aura_test_support',
604 '../ui/app_list/app_list.gyp:app_list',
605 '../ui/compositor/compositor.gyp:compositor', 603 '../ui/compositor/compositor.gyp:compositor',
606 '../ui/compositor/compositor.gyp:compositor_test_support', 604 '../ui/compositor/compositor.gyp:compositor_test_support',
607 '../ui/keyboard/keyboard.gyp:keyboard', 605 '../ui/keyboard/keyboard.gyp:keyboard',
608 '../ui/message_center/message_center.gyp:message_center', 606 '../ui/message_center/message_center.gyp:message_center',
609 '../ui/ui.gyp:ui', 607 '../ui/ui.gyp:ui',
610 '../ui/ui.gyp:ui_resources', 608 '../ui/ui.gyp:ui_resources',
611 '../ui/ui.gyp:ui_test_support', 609 '../ui/ui.gyp:ui_test_support',
612 '../ui/views/views.gyp:views', 610 '../ui/views/views.gyp:views',
611 '../ui/views/views.gyp:views_examples_with_content_lib',
613 '../ui/views/views.gyp:views_test_support', 612 '../ui/views/views.gyp:views_test_support',
614 '../ui/views/views.gyp:views_examples_with_content_lib',
615 '../ui/views/views.gyp:views_with_content_test_support', 613 '../ui/views/views.gyp:views_with_content_test_support',
616 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', 614 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support',
615 '../url/url.gyp:url',
616 'ash_strings.gyp:ash_strings',
617 'ash', 617 'ash',
618 'ash_resources', 618 'ash_resources',
619 'ash_test_support', 619 'ash_test_support',
620 ], 620 ],
621 'sources': [ 621 'sources': [
622 '../ui/compositor/test/layer_animator_test_controller.cc', 622 '../ui/compositor/test/layer_animator_test_controller.cc',
623 '../ui/compositor/test/layer_animator_test_controller.h', 623 '../ui/compositor/test/layer_animator_test_controller.h',
624 '../ui/views/test/test_views_delegate.cc', 624 '../ui/views/test/test_views_delegate.cc',
625 '../ui/views/test/test_views_delegate.h', 625 '../ui/views/test/test_views_delegate.h',
626 'accelerators/accelerator_controller_unittest.cc', 626 'accelerators/accelerator_controller_unittest.cc',
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
848 'shell/cocoa/app-Info.plist', 848 'shell/cocoa/app-Info.plist',
849 ], 849 ],
850 'xcode_settings': { 850 'xcode_settings': {
851 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 851 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
852 }, 852 },
853 }], 853 }],
854 ], 854 ],
855 }, 855 },
856 ], 856 ],
857 } 857 }
OLDNEW
« no previous file with comments | « DEPS ('k') | build/all.gyp » ('j') | build/temp_gyp/googleurl.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698