| 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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 'common/media_galleries/picasa_types.h', | 263 'common/media_galleries/picasa_types.h', |
| 264 'common/media_galleries/pmp_constants.h', | 264 'common/media_galleries/pmp_constants.h', |
| 265 ], | 265 ], |
| 266 'chrome_common_mac_sources': [ | 266 'chrome_common_mac_sources': [ |
| 267 'common/media_galleries/iphoto_library.cc', | 267 'common/media_galleries/iphoto_library.cc', |
| 268 'common/media_galleries/iphoto_library.h', | 268 'common/media_galleries/iphoto_library.h', |
| 269 ] | 269 ] |
| 270 }, | 270 }, |
| 271 'targets': [ | 271 'targets': [ |
| 272 { | 272 { |
| 273 # GN: //chrome/common:common |
| 273 'target_name': 'common', | 274 'target_name': 'common', |
| 274 'type': 'static_library', | 275 'type': 'static_library', |
| 275 'variables': { | 276 'variables': { |
| 276 'chrome_common_target': 1, | 277 'chrome_common_target': 1, |
| 277 'enable_wexit_time_destructors': 1, | 278 'enable_wexit_time_destructors': 1, |
| 278 }, | 279 }, |
| 279 'include_dirs': [ | 280 'include_dirs': [ |
| 280 '..', | 281 '..', |
| 281 '<(SHARED_INTERMEDIATE_DIR)', # Needed by chrome_content_client.cc. | 282 '<(SHARED_INTERMEDIATE_DIR)', # Needed by chrome_content_client.cc. |
| 282 ], | 283 ], |
| (...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 677 'common/safe_browsing/csd.proto' | 678 'common/safe_browsing/csd.proto' |
| 678 ], | 679 ], |
| 679 'variables': { | 680 'variables': { |
| 680 'proto_in_dir': 'common/safe_browsing', | 681 'proto_in_dir': 'common/safe_browsing', |
| 681 'proto_out_dir': 'chrome/common/safe_browsing', | 682 'proto_out_dir': 'chrome/common/safe_browsing', |
| 682 }, | 683 }, |
| 683 'includes': [ '../build/protoc.gypi' ], | 684 'includes': [ '../build/protoc.gypi' ], |
| 684 }, | 685 }, |
| 685 ], | 686 ], |
| 686 } | 687 } |
| OLD | NEW |