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 'variables': { | 6 'variables': { |
7 # File lists shared with GN build. | 7 # File lists shared with GN build. |
8 'chrome_common_sources': [ | 8 'chrome_common_sources': [ |
9 'common/all_messages.h', | 9 'common/all_messages.h', |
10 'common/attrition_experiments.h', | 10 'common/attrition_experiments.h', |
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
401 }], | 401 }], |
402 ['OS != "ios"', { | 402 ['OS != "ios"', { |
403 'dependencies': [ | 403 'dependencies': [ |
404 'common_mojo_bindings', | 404 'common_mojo_bindings', |
405 '<(DEPTH)/components/components.gyp:autofill_core_common', | 405 '<(DEPTH)/components/components.gyp:autofill_core_common', |
406 '<(DEPTH)/components/components.gyp:autofill_content_common', | 406 '<(DEPTH)/components/components.gyp:autofill_content_common', |
407 '<(DEPTH)/components/components.gyp:password_manager_content_mojo_bi
ndings', | 407 '<(DEPTH)/components/components.gyp:password_manager_content_mojo_bi
ndings', |
408 '<(DEPTH)/components/components.gyp:password_manager_core_common', | 408 '<(DEPTH)/components/components.gyp:password_manager_core_common', |
409 '<(DEPTH)/components/components.gyp:signin_core_common', | 409 '<(DEPTH)/components/components.gyp:signin_core_common', |
410 '<(DEPTH)/components/components.gyp:spellcheck_common', | 410 '<(DEPTH)/components/components.gyp:spellcheck_common', |
411 '<(DEPTH)/components/components.gyp:translate_content_common', | 411 '<(DEPTH)/components/components.gyp:translate_content_mojo_bindings'
, |
412 '<(DEPTH)/components/components.gyp:visitedlink_common', | 412 '<(DEPTH)/components/components.gyp:visitedlink_common', |
413 '<(DEPTH)/extensions/extensions.gyp:extensions_common_constants', | 413 '<(DEPTH)/extensions/extensions.gyp:extensions_common_constants', |
414 '<(DEPTH)/ipc/ipc.gyp:ipc', | 414 '<(DEPTH)/ipc/ipc.gyp:ipc', |
415 '<(DEPTH)/media/media.gyp:media', | 415 '<(DEPTH)/media/media.gyp:media', |
416 '<(DEPTH)/third_party/re2/re2.gyp:re2', | 416 '<(DEPTH)/third_party/re2/re2.gyp:re2', |
417 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver
sion_h', | 417 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver
sion_h', |
418 ], | 418 ], |
419 }, { # OS == ios | 419 }, { # OS == ios |
420 'sources/': [ | 420 'sources/': [ |
421 ['exclude', '^common/child_process_'], | 421 ['exclude', '^common/child_process_'], |
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
682 ], | 682 ], |
683 'dependencies': [ | 683 'dependencies': [ |
684 'installer_util', | 684 'installer_util', |
685 '../base/base.gyp:base', | 685 '../base/base.gyp:base', |
686 ], | 686 ], |
687 }, | 687 }, |
688 ], | 688 ], |
689 }], | 689 }], |
690 ], | 690 ], |
691 } | 691 } |
OLD | NEW |