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 'variables': { | 6 'variables': { |
7 # Product name is used for Mac bundle. | 7 # Product name is used for Mac bundle. |
8 'app_shell_product_name': 'App Shell', | 8 'app_shell_product_name': 'App Shell', |
9 # The version is high enough to be supported by Omaha (at least 31) | 9 # The version is high enough to be supported by Omaha (at least 31) |
10 # but fake enough to be obviously not a Chrome release. | 10 # but fake enough to be obviously not a Chrome release. |
(...skipping 26 matching lines...) Expand all Loading... |
37 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer', | 37 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer', |
38 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak', | 38 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak', |
39 '<(DEPTH)/extensions/extensions.gyp:extensions_utility', | 39 '<(DEPTH)/extensions/extensions.gyp:extensions_utility', |
40 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', | 40 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', |
41 '<(DEPTH)/extensions/shell/browser/api/api_registration.gyp:shell_api_re
gistration', | 41 '<(DEPTH)/extensions/shell/browser/api/api_registration.gyp:shell_api_re
gistration', |
42 '<(DEPTH)/extensions/shell/common/api/api.gyp:shell_api', | 42 '<(DEPTH)/extensions/shell/common/api/api.gyp:shell_api', |
43 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', | 43 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', |
44 '<(DEPTH)/skia/skia.gyp:skia', | 44 '<(DEPTH)/skia/skia.gyp:skia', |
45 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', | 45 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', |
46 '<(DEPTH)/third_party/mojo/mojo_edk.gyp:mojo_system_impl', | 46 '<(DEPTH)/third_party/mojo/mojo_edk.gyp:mojo_system_impl', |
| 47 '<(DEPTH)/ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
| 48 '<(DEPTH)/ui/base/ui_base.gyp:ui_base', |
47 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 49 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
48 ], | 50 ], |
49 'export_dependent_settings': [ | 51 'export_dependent_settings': [ |
50 '<(DEPTH)/content/content.gyp:content_browser', | 52 '<(DEPTH)/content/content.gyp:content_browser', |
51 ], | 53 ], |
52 'include_dirs': [ | 54 'include_dirs': [ |
53 '../..', | 55 '../..', |
54 '<(SHARED_INTERMEDIATE_DIR)', | 56 '<(SHARED_INTERMEDIATE_DIR)', |
55 '<(SHARED_INTERMEDIATE_DIR)/extensions/shell', | 57 '<(SHARED_INTERMEDIATE_DIR)/extensions/shell', |
56 ], | 58 ], |
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
513 'action': [ | 515 'action': [ |
514 '../../build/mac/verify_no_objc.sh', | 516 '../../build/mac/verify_no_objc.sh', |
515 ], | 517 ], |
516 }, | 518 }, |
517 ], | 519 ], |
518 }, # target app_shell_helper | 520 }, # target app_shell_helper |
519 ], | 521 ], |
520 }], # OS=="mac" | 522 }], # OS=="mac" |
521 ], | 523 ], |
522 } | 524 } |
OLD | NEW |