| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'variables': { | 7 'variables': { |
| 8 'chrome_common_target': 0, | 8 'chrome_common_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 252 'common/dom_storage_common.h', | 252 'common/dom_storage_common.h', |
| 253 'common/file_system/file_system_dispatcher.cc', | 253 'common/file_system/file_system_dispatcher.cc', |
| 254 'common/file_system/file_system_dispatcher.h', | 254 'common/file_system/file_system_dispatcher.h', |
| 255 'common/font_loader_mac.h', | 255 'common/font_loader_mac.h', |
| 256 'common/font_loader_mac.mm', | 256 'common/font_loader_mac.mm', |
| 257 'common/gears_api.h', | 257 'common/gears_api.h', |
| 258 'common/gpu_plugin.cc', | 258 'common/gpu_plugin.cc', |
| 259 'common/gpu_plugin.h', | 259 'common/gpu_plugin.h', |
| 260 'common/important_file_writer.cc', | 260 'common/important_file_writer.cc', |
| 261 'common/important_file_writer.h', | 261 'common/important_file_writer.h', |
| 262 'common/in_memory_pref_store.cc', |
| 263 'common/in_memory_pref_store.h', |
| 262 'common/json_pref_store.cc', | 264 'common/json_pref_store.cc', |
| 263 'common/json_pref_store.h', | 265 'common/json_pref_store.h', |
| 264 'common/json_schema_validator.cc', | 266 'common/json_schema_validator.cc', |
| 265 'common/json_schema_validator.h', | 267 'common/json_schema_validator.h', |
| 266 'common/jstemplate_builder.cc', | 268 'common/jstemplate_builder.cc', |
| 267 'common/jstemplate_builder.h', | 269 'common/jstemplate_builder.h', |
| 268 'common/libxml_utils.cc', | 270 'common/libxml_utils.cc', |
| 269 'common/libxml_utils.h', | 271 'common/libxml_utils.h', |
| 270 'common/mru_cache.h', | 272 'common/mru_cache.h', |
| 271 'common/navigation_gesture.h', | 273 'common/navigation_gesture.h', |
| (...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 579 'configurations': { | 581 'configurations': { |
| 580 'Common_Base': { | 582 'Common_Base': { |
| 581 'msvs_target_platform': 'x64', | 583 'msvs_target_platform': 'x64', |
| 582 }, | 584 }, |
| 583 }, | 585 }, |
| 584 }, | 586 }, |
| 585 ], | 587 ], |
| 586 }], | 588 }], |
| 587 ], | 589 ], |
| 588 } | 590 } |
| OLD | NEW |