OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'includes': [ | 6 'includes': [ |
7 'app_shell.gypi', | 7 'app_shell.gypi', |
8 ], | 8 ], |
9 'variables': { | 9 'variables': { |
10 # Product name is used for Mac bundle. | 10 # Product name is used for Mac bundle. |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 '<(DEPTH)/extensions/extensions.gyp:extensions_common', | 42 '<(DEPTH)/extensions/extensions.gyp:extensions_common', |
43 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer', | 43 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer', |
44 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak', | 44 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak', |
45 '<(DEPTH)/extensions/extensions.gyp:extensions_utility', | 45 '<(DEPTH)/extensions/extensions.gyp:extensions_utility', |
46 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', | 46 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', |
47 '<(DEPTH)/extensions/shell/browser/api/api_registration.gyp:shell_api_re
gistration', | 47 '<(DEPTH)/extensions/shell/browser/api/api_registration.gyp:shell_api_re
gistration', |
48 '<(DEPTH)/extensions/shell/common/api/api.gyp:shell_api', | 48 '<(DEPTH)/extensions/shell/common/api/api.gyp:shell_api', |
49 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl', | 49 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl', |
50 '<(DEPTH)/skia/skia.gyp:skia', | 50 '<(DEPTH)/skia/skia.gyp:skia', |
51 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', | 51 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', |
| 52 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_platform_impl', |
52 '<(DEPTH)/ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 53 '<(DEPTH)/ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
53 '<(DEPTH)/ui/base/ui_base.gyp:ui_base', | 54 '<(DEPTH)/ui/base/ui_base.gyp:ui_base', |
54 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 55 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
55 ], | 56 ], |
56 'export_dependent_settings': [ | 57 'export_dependent_settings': [ |
57 '<(DEPTH)/content/content.gyp:content_browser', | 58 '<(DEPTH)/content/content.gyp:content_browser', |
58 ], | 59 ], |
59 'include_dirs': [ | 60 'include_dirs': [ |
60 '../..', | 61 '../..', |
61 '<(SHARED_INTERMEDIATE_DIR)', | 62 '<(SHARED_INTERMEDIATE_DIR)', |
62 '<(SHARED_INTERMEDIATE_DIR)/extensions/shell', | 63 '<(SHARED_INTERMEDIATE_DIR)/extensions/shell', |
63 ], | 64 ], |
64 'sources': [ | 65 'sources': [ |
65 '<@(app_shell_lib_sources)', | 66 '<@(app_shell_lib_sources)', |
66 ], | 67 ], |
67 'conditions': [ | 68 'conditions': [ |
68 [ 'cld_version==2', { | |
69 'dependencies': [ | |
70 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_platform_impl', ], | |
71 }], | |
72 ['use_aura==1', { | 69 ['use_aura==1', { |
73 'dependencies': [ | 70 'dependencies': [ |
74 '<(DEPTH)/ui/wm/wm.gyp:wm', | 71 '<(DEPTH)/ui/wm/wm.gyp:wm', |
75 ], | 72 ], |
76 'sources': [ | 73 'sources': [ |
77 '<@(app_shell_lib_sources_aura)', | 74 '<@(app_shell_lib_sources_aura)', |
78 ], | 75 ], |
79 }], | 76 }], |
80 ['chromeos==1', { | 77 ['chromeos==1', { |
81 'dependencies': [ | 78 'dependencies': [ |
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
403 '../../build/isolate.gypi', | 400 '../../build/isolate.gypi', |
404 ], | 401 ], |
405 'sources': [ | 402 'sources': [ |
406 'app_shell_unittests.isolate', | 403 'app_shell_unittests.isolate', |
407 ], | 404 ], |
408 }, | 405 }, |
409 ], | 406 ], |
410 }], | 407 }], |
411 ], | 408 ], |
412 } | 409 } |
OLD | NEW |