| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 | 9 |
| 10 'includes': [ | 10 'includes': [ |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 '<(make_version_cc_path)', | 55 '<(make_version_cc_path)', |
| 56 '<@(_outputs)', | 56 '<@(_outputs)', |
| 57 '<(version_full)', | 57 '<(version_full)', |
| 58 ], | 58 ], |
| 59 'process_outputs_as_sources': 1, | 59 'process_outputs_as_sources': 1, |
| 60 }, | 60 }, |
| 61 ], | 61 ], |
| 62 }, | 62 }, |
| 63 'targets': [ | 63 'targets': [ |
| 64 { | 64 { |
| 65 # GN version: //chrome/common:constants |
| 65 'target_name': 'common_constants', | 66 'target_name': 'common_constants', |
| 66 'type': 'static_library', | 67 'type': 'static_library', |
| 67 'include_dirs': [ | 68 'include_dirs': [ |
| 68 '<(SHARED_INTERMEDIATE_DIR)', # Needed by chrome_paths.cc. | 69 '<(SHARED_INTERMEDIATE_DIR)', # Needed by chrome_paths.cc. |
| 69 ], | 70 ], |
| 70 'dependencies': [ | 71 'dependencies': [ |
| 71 '../base/base.gyp:base', | 72 '../base/base.gyp:base', |
| 72 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 73 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 73 '../components/components.gyp:bookmarks_common', | 74 '../components/components.gyp:bookmarks_common', |
| 74 '../components/nacl.gyp:nacl_switches', | 75 '../components/nacl.gyp:nacl_switches', |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 'configurations': { | 108 'configurations': { |
| 108 'Common_Base': { | 109 'Common_Base': { |
| 109 'msvs_target_platform': 'x64', | 110 'msvs_target_platform': 'x64', |
| 110 }, | 111 }, |
| 111 }, | 112 }, |
| 112 }, | 113 }, |
| 113 ], | 114 ], |
| 114 }], | 115 }], |
| 115 ], | 116 ], |
| 116 } | 117 } |
| OLD | NEW |