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 484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
495 ['OS=="android"', { | 495 ['OS=="android"', { |
496 'sources!': [ | 496 'sources!': [ |
497 'common/badge_util.cc', | 497 'common/badge_util.cc', |
498 'common/chrome_version_info_posix.cc', | 498 'common/chrome_version_info_posix.cc', |
499 'common/extensions/api/spellcheck/spellcheck_handler.cc', | 499 'common/extensions/api/spellcheck/spellcheck_handler.cc', |
500 'common/extensions/manifest_handlers/extension_action_handler.cc', | 500 'common/extensions/manifest_handlers/extension_action_handler.cc', |
501 'common/extensions/manifest_handlers/minimum_chrome_version_checker.
cc', | 501 'common/extensions/manifest_handlers/minimum_chrome_version_checker.
cc', |
502 'common/icon_with_badge_image_source.cc', | 502 'common/icon_with_badge_image_source.cc', |
503 'common/media_galleries/metadata_types.h', | 503 'common/media_galleries/metadata_types.h', |
504 'common/net/url_util.cc', | 504 'common/net/url_util.cc', |
505 'common/spellcheck_common.cc', | |
506 ], | 505 ], |
507 }, { | 506 }, { |
508 # Non-Android. | 507 # Non-Android. |
509 'sources': [ '<@(chrome_common_importer_sources)' ] | 508 'sources': [ '<@(chrome_common_importer_sources)' ] |
510 }], | 509 }], |
511 ['OS=="win"', { | 510 ['OS=="win"', { |
512 'include_dirs': [ | 511 'include_dirs': [ |
513 '<(DEPTH)/breakpad/src', | 512 '<(DEPTH)/breakpad/src', |
514 '<(DEPTH)/third_party/wtl/include', | 513 '<(DEPTH)/third_party/wtl/include', |
515 ], | 514 ], |
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
703 'sources': [ | 702 'sources': [ |
704 'common/resource_usage_reporter.mojom', | 703 'common/resource_usage_reporter.mojom', |
705 ], | 704 ], |
706 'dependencies': [ | 705 'dependencies': [ |
707 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 706 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
708 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 707 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
709 ], | 708 ], |
710 }, | 709 }, |
711 ], | 710 ], |
712 } | 711 } |
OLD | NEW |