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

Side by Side Diff: trunk/src/ash/ash.gyp

Issue 14263002: Revert 193992 "Lets try this again." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 8 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 | « trunk/src/DEPS ('k') | trunk/src/build/all.gyp » ('j') | no next file with comments »
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', 18 'ash_strings.gyp:ash_strings',
19 '../base/base.gyp:base', 19 '../base/base.gyp:base',
20 '../base/base.gyp:base_i18n', 20 '../base/base.gyp:base_i18n',
21 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 21 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
22 '../build/temp_gyp/googleurl.gyp:googleurl',
22 '../content/content.gyp:content', 23 '../content/content.gyp:content',
23 '../content/content.gyp:content_browser', 24 '../content/content.gyp:content_browser',
24 '../ipc/ipc.gyp:ipc', 25 '../ipc/ipc.gyp:ipc',
25 '../net/net.gyp:net', 26 '../net/net.gyp:net',
26 '../skia/skia.gyp:skia', 27 '../skia/skia.gyp:skia',
27 '../third_party/icu/icu.gyp:icui18n', 28 '../third_party/icu/icu.gyp:icui18n',
28 '../third_party/icu/icu.gyp:icuuc', 29 '../third_party/icu/icu.gyp:icuuc',
29 '../ui/app_list/app_list.gyp:app_list', 30 '../ui/app_list/app_list.gyp:app_list',
30 '../ui/aura/aura.gyp:aura', 31 '../ui/aura/aura.gyp:aura',
31 '../ui/base/strings/ui_strings.gyp:ui_strings', 32 '../ui/base/strings/ui_strings.gyp:ui_strings',
32 '../ui/compositor/compositor.gyp:compositor', 33 '../ui/compositor/compositor.gyp:compositor',
33 '../ui/keyboard/keyboard.gyp:keyboard',
34 '../ui/message_center/message_center.gyp:message_center', 34 '../ui/message_center/message_center.gyp:message_center',
35 '../ui/oak/oak.gyp:oak', 35 '../ui/oak/oak.gyp:oak',
36 '../ui/ui.gyp:ui', 36 '../ui/ui.gyp:ui',
37 '../ui/ui.gyp:ui_resources', 37 '../ui/ui.gyp:ui_resources',
38 '../ui/views/controls/webview/webview.gyp:webview', 38 '../ui/views/controls/webview/webview.gyp:webview',
39 '../ui/views/views.gyp:views', 39 '../ui/views/views.gyp:views',
40 '../ui/keyboard/keyboard.gyp:keyboard',
40 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 41 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
41 '../url/url.gyp:url',
42 'ash_resources', 42 'ash_resources',
43 'ash_wallpaper_resources', 43 'ash_wallpaper_resources',
44 ], 44 ],
45 'defines': [ 45 'defines': [
46 'ASH_IMPLEMENTATION', 46 'ASH_IMPLEMENTATION',
47 ], 47 ],
48 'sources': [ 48 'sources': [
49 # All .cc, .h under ash, except unittests 49 # All .cc, .h under ash, except unittests
50 'accelerators/accelerator_controller.cc', 50 'accelerators/accelerator_controller.cc',
51 'accelerators/accelerator_controller.h', 51 'accelerators/accelerator_controller.h',
(...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 { 575 {
576 'target_name': 'ash_unittests', 576 'target_name': 'ash_unittests',
577 'type': 'executable', 577 'type': 'executable',
578 'dependencies': [ 578 'dependencies': [
579 'ash_strings.gyp:ash_strings', 579 'ash_strings.gyp:ash_strings',
580 '../base/base.gyp:base', 580 '../base/base.gyp:base',
581 '../base/base.gyp:test_support_base', 581 '../base/base.gyp:test_support_base',
582 '../chrome/chrome_resources.gyp:packed_resources', 582 '../chrome/chrome_resources.gyp:packed_resources',
583 '../content/content.gyp:content_browser', 583 '../content/content.gyp:content_browser',
584 '../content/content.gyp:test_support_content', 584 '../content/content.gyp:test_support_content',
585 '../build/temp_gyp/googleurl.gyp:googleurl',
585 '../skia/skia.gyp:skia', 586 '../skia/skia.gyp:skia',
586 '../testing/gtest.gyp:gtest', 587 '../testing/gtest.gyp:gtest',
587 '../third_party/icu/icu.gyp:icui18n', 588 '../third_party/icu/icu.gyp:icui18n',
588 '../third_party/icu/icu.gyp:icuuc', 589 '../third_party/icu/icu.gyp:icuuc',
589 '../ui/app_list/app_list.gyp:app_list',
590 '../ui/aura/aura.gyp:aura', 590 '../ui/aura/aura.gyp:aura',
591 '../ui/aura/aura.gyp:aura_test_support', 591 '../ui/aura/aura.gyp:aura_test_support',
592 '../ui/app_list/app_list.gyp:app_list',
592 '../ui/compositor/compositor.gyp:compositor', 593 '../ui/compositor/compositor.gyp:compositor',
593 '../ui/compositor/compositor.gyp:compositor_test_support', 594 '../ui/compositor/compositor.gyp:compositor_test_support',
594 '../ui/message_center/message_center.gyp:message_center', 595 '../ui/message_center/message_center.gyp:message_center',
595 '../ui/ui.gyp:ui', 596 '../ui/ui.gyp:ui',
596 '../ui/ui.gyp:ui_resources', 597 '../ui/ui.gyp:ui_resources',
597 '../ui/ui.gyp:ui_test_support', 598 '../ui/ui.gyp:ui_test_support',
598 '../ui/views/views.gyp:views', 599 '../ui/views/views.gyp:views',
600 '../ui/views/views.gyp:views_test_support',
599 '../ui/views/views.gyp:views_examples_with_content_lib', 601 '../ui/views/views.gyp:views_examples_with_content_lib',
600 '../ui/views/views.gyp:views_test_support',
601 '../ui/views/views.gyp:views_with_content_test_support', 602 '../ui/views/views.gyp:views_with_content_test_support',
602 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', 603 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support',
603 '../url/url.gyp:url',
604 'ash', 604 'ash',
605 'ash_resources', 605 'ash_resources',
606 'ash_test_support', 606 'ash_test_support',
607 ], 607 ],
608 'sources': [ 608 'sources': [
609 '../ui/compositor/test/layer_animator_test_controller.cc', 609 '../ui/compositor/test/layer_animator_test_controller.cc',
610 '../ui/compositor/test/layer_animator_test_controller.h', 610 '../ui/compositor/test/layer_animator_test_controller.h',
611 '../ui/views/test/test_views_delegate.cc', 611 '../ui/views/test/test_views_delegate.cc',
612 '../ui/views/test/test_views_delegate.h', 612 '../ui/views/test/test_views_delegate.h',
613 'accelerators/accelerator_controller_unittest.cc', 613 'accelerators/accelerator_controller_unittest.cc',
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
825 'shell/cocoa/app-Info.plist', 825 'shell/cocoa/app-Info.plist',
826 ], 826 ],
827 'xcode_settings': { 827 'xcode_settings': {
828 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 828 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
829 }, 829 },
830 }], 830 }],
831 ], 831 ],
832 }, 832 },
833 ], 833 ],
834 } 834 }
OLDNEW
« no previous file with comments | « trunk/src/DEPS ('k') | trunk/src/build/all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698