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)/third_party/cld_2/cld_2.gyp:cld_2', |
53 '<(DEPTH)/ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 53 '<(DEPTH)/ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
54 '<(DEPTH)/ui/base/ui_base.gyp:ui_base', | 54 '<(DEPTH)/ui/base/ui_base.gyp:ui_base', |
55 '<(DEPTH)/v8/src/v8.gyp:v8', | 55 '<(DEPTH)/v8/src/v8.gyp:v8', |
56 ], | 56 ], |
57 'export_dependent_settings': [ | 57 'export_dependent_settings': [ |
58 '<(DEPTH)/content/content.gyp:content_browser', | 58 '<(DEPTH)/content/content.gyp:content_browser', |
59 ], | 59 ], |
60 'include_dirs': [ | 60 'include_dirs': [ |
61 '../..', | 61 '../..', |
62 '<(SHARED_INTERMEDIATE_DIR)', | 62 '<(SHARED_INTERMEDIATE_DIR)', |
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
400 '../../build/isolate.gypi', | 400 '../../build/isolate.gypi', |
401 ], | 401 ], |
402 'sources': [ | 402 'sources': [ |
403 'app_shell_unittests.isolate', | 403 'app_shell_unittests.isolate', |
404 ], | 404 ], |
405 }, | 405 }, |
406 ], | 406 ], |
407 }], | 407 }], |
408 ], | 408 ], |
409 } | 409 } |
OLD | NEW |