| 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 10 matching lines...) Expand all Loading... |
| 21 'common/chrome_paths_internal.h', | 21 'common/chrome_paths_internal.h', |
| 22 'common/chrome_paths_linux.cc', | 22 'common/chrome_paths_linux.cc', |
| 23 'common/chrome_paths_mac.mm', | 23 'common/chrome_paths_mac.mm', |
| 24 'common/chrome_paths_win.cc', | 24 'common/chrome_paths_win.cc', |
| 25 'common/chrome_switches.cc', | 25 'common/chrome_switches.cc', |
| 26 'common/chrome_switches.h', | 26 'common/chrome_switches.h', |
| 27 'common/env_vars.cc', | 27 'common/env_vars.cc', |
| 28 'common/env_vars.h', | 28 'common/env_vars.h', |
| 29 'common/net/test_server_locations.cc', | 29 'common/net/test_server_locations.cc', |
| 30 'common/net/test_server_locations.h', | 30 'common/net/test_server_locations.h', |
| 31 'common/pref_font_script_names-inl.h', |
| 32 'common/pref_font_webkit_names.h', |
| 31 'common/pref_names.cc', | 33 'common/pref_names.cc', |
| 32 'common/pref_names.h', | 34 'common/pref_names.h', |
| 33 ], | 35 ], |
| 34 'actions': [ | 36 'actions': [ |
| 35 { | 37 { |
| 36 'action_name': 'Make chrome_version.cc', | 38 'action_name': 'Make chrome_version.cc', |
| 37 'variables': { | 39 'variables': { |
| 38 'make_version_cc_path': 'tools/build/make_version_cc.py', | 40 'make_version_cc_path': 'tools/build/make_version_cc.py', |
| 39 }, | 41 }, |
| 40 'inputs': [ | 42 'inputs': [ |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 'configurations': { | 103 'configurations': { |
| 102 'Common_Base': { | 104 'Common_Base': { |
| 103 'msvs_target_platform': 'x64', | 105 'msvs_target_platform': 'x64', |
| 104 }, | 106 }, |
| 105 }, | 107 }, |
| 106 }, | 108 }, |
| 107 ], | 109 ], |
| 108 }], | 110 }], |
| 109 ], | 111 ], |
| 110 } | 112 } |
| OLD | NEW |