OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser_extensions', | 8 'target_name': 'browser_extensions', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 '../extensions/extensions_strings.gyp:extensions_strings', | 44 '../extensions/extensions_strings.gyp:extensions_strings', |
45 '../net/net.gyp:net', | 45 '../net/net.gyp:net', |
46 '../skia/skia.gyp:skia', | 46 '../skia/skia.gyp:skia', |
47 '../sync/sync.gyp:sync', | 47 '../sync/sync.gyp:sync', |
48 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 48 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
49 '../third_party/icu/icu.gyp:icui18n', | 49 '../third_party/icu/icu.gyp:icui18n', |
50 '../third_party/icu/icu.gyp:icuuc', | 50 '../third_party/icu/icu.gyp:icuuc', |
51 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 51 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
52 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 52 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
53 '../ui/accessibility/accessibility.gyp:ax_gen', | 53 '../ui/accessibility/accessibility.gyp:ax_gen', |
54 '../ui/base/strings/ui_strings.gyp:ui_strings', | |
55 '../ui/base/ui_base.gyp:ui_base', | 54 '../ui/base/ui_base.gyp:ui_base', |
56 '../ui/gfx/gfx.gyp:gfx', | 55 '../ui/gfx/gfx.gyp:gfx', |
57 '../ui/gfx/gfx.gyp:gfx_geometry', | 56 '../ui/gfx/gfx.gyp:gfx_geometry', |
58 '../ui/resources/ui_resources.gyp:ui_resources', | 57 '../ui/resources/ui_resources.gyp:ui_resources', |
| 58 '../ui/strings/ui_strings.gyp:ui_strings', |
59 '../url/url.gyp:url_lib', | 59 '../url/url.gyp:url_lib', |
60 '../webkit/storage_browser.gyp:webkit_storage_browser', | 60 '../webkit/storage_browser.gyp:webkit_storage_browser', |
61 '../webkit/storage_common.gyp:webkit_storage_common', | 61 '../webkit/storage_common.gyp:webkit_storage_common', |
62 '../webkit/webkit_resources.gyp:webkit_resources', | 62 '../webkit/webkit_resources.gyp:webkit_resources', |
63 ], | 63 ], |
64 'include_dirs': [ | 64 'include_dirs': [ |
65 '..', | 65 '..', |
66 '<(INTERMEDIATE_DIR)', | 66 '<(INTERMEDIATE_DIR)', |
67 ], | 67 ], |
68 'export_dependent_settings': [ | 68 'export_dependent_settings': [ |
(...skipping 1163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1232 'type': 'static_library', | 1232 'type': 'static_library', |
1233 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], | 1233 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], |
1234 'variables': { | 1234 'variables': { |
1235 'proto_in_dir': 'browser/extensions/api/cast_channel', | 1235 'proto_in_dir': 'browser/extensions/api/cast_channel', |
1236 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', | 1236 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', |
1237 }, | 1237 }, |
1238 'includes': [ '../build/protoc.gypi' ] | 1238 'includes': [ '../build/protoc.gypi' ] |
1239 }, | 1239 }, |
1240 ], # 'conditions' | 1240 ], # 'conditions' |
1241 } | 1241 } |
OLD | NEW |