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