OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'includes': [ | 6 'includes': [ |
7 'extensions.gypi', | 7 'extensions.gypi', |
8 ], | 8 ], |
9 'variables': { | 9 'variables': { |
10 'chromium_code': 1, | 10 'chromium_code': 1, |
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
258 'dependencies': [ | 258 'dependencies': [ |
259 '../base/base.gyp:base', | 259 '../base/base.gyp:base', |
260 '../components/components.gyp:pref_registry_test_support', | 260 '../components/components.gyp:pref_registry_test_support', |
261 '../components/components.gyp:user_prefs', | 261 '../components/components.gyp:user_prefs', |
262 '../components/prefs/prefs.gyp:prefs_test_support', | 262 '../components/prefs/prefs.gyp:prefs_test_support', |
263 '../content/content.gyp:content_browser', | 263 '../content/content.gyp:content_browser', |
264 '../content/content.gyp:content_common', | 264 '../content/content.gyp:content_common', |
265 '../content/content_shell_and_tests.gyp:test_support_content', | 265 '../content/content_shell_and_tests.gyp:test_support_content', |
266 '../net/net.gyp:net_test_support', | 266 '../net/net.gyp:net_test_support', |
267 '../testing/gtest.gyp:gtest', | 267 '../testing/gtest.gyp:gtest', |
268 '../third_party/cld_2/cld_2.gyp:cld2_static', | 268 '../third_party/cld_2/cld_2.gyp:cld_2', |
269 'browser/api/api_registration.gyp:extensions_api_registration', | 269 'browser/api/api_registration.gyp:extensions_api_registration', |
270 'common/api/api.gyp:cast_channel_proto', | 270 'common/api/api.gyp:cast_channel_proto', |
271 'common/api/api.gyp:extensions_api', | 271 'common/api/api.gyp:extensions_api', |
272 'extensions_browser', | 272 'extensions_browser', |
273 'extensions_common', | 273 'extensions_common', |
274 'extensions_resources.gyp:extensions_resources', | 274 'extensions_resources.gyp:extensions_resources', |
275 ], | 275 ], |
276 'include_dirs': [ | 276 'include_dirs': [ |
277 '..', | 277 '..', |
278 '<(SHARED_INTERMEDIATE_DIR)', | 278 '<(SHARED_INTERMEDIATE_DIR)', |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
322 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', | 322 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', |
323 ], | 323 ], |
324 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', | 324 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', |
325 }, | 325 }, |
326 'includes': [ '../build/repack_action.gypi' ], | 326 'includes': [ '../build/repack_action.gypi' ], |
327 }, | 327 }, |
328 ], | 328 ], |
329 }, | 329 }, |
330 ] | 330 ] |
331 } | 331 } |
OLD | NEW |