| 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 'includes': [ | 9 'includes': [ |
| 10 'shell_dialogs.gypi', | 10 'shell_dialogs.gypi', |
| (...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 257 'base/models/menu_separator_types.h', | 257 'base/models/menu_separator_types.h', |
| 258 'base/models/simple_menu_model.cc', | 258 'base/models/simple_menu_model.cc', |
| 259 'base/models/simple_menu_model.h', | 259 'base/models/simple_menu_model.h', |
| 260 'base/models/table_model.cc', | 260 'base/models/table_model.cc', |
| 261 'base/models/table_model.h', | 261 'base/models/table_model.h', |
| 262 'base/models/table_model_observer.h', | 262 'base/models/table_model_observer.h', |
| 263 'base/models/tree_model.cc', | 263 'base/models/tree_model.cc', |
| 264 'base/models/tree_model.h', | 264 'base/models/tree_model.h', |
| 265 'base/models/tree_node_iterator.h', | 265 'base/models/tree_node_iterator.h', |
| 266 'base/models/tree_node_model.h', | 266 'base/models/tree_node_model.h', |
| 267 'base/ozone/surface_factory_ozone.cc', |
| 268 'base/ozone/surface_factory_ozone.h', |
| 267 'base/range/range.cc', | 269 'base/range/range.cc', |
| 268 'base/range/range.h', | 270 'base/range/range.h', |
| 269 'base/range/range_mac.mm', | 271 'base/range/range_mac.mm', |
| 270 'base/range/range_win.cc', | 272 'base/range/range_win.cc', |
| 271 'base/resource/data_pack.cc', | 273 'base/resource/data_pack.cc', |
| 272 'base/resource/data_pack.h', | 274 'base/resource/data_pack.h', |
| 273 'base/resource/resource_bundle.cc', | 275 'base/resource/resource_bundle.cc', |
| 274 'base/resource/resource_bundle.h', | 276 'base/resource/resource_bundle.h', |
| 275 'base/resource/resource_bundle_android.cc', | 277 'base/resource/resource_bundle_android.cc', |
| 276 'base/resource/resource_bundle_auralinux.cc', | 278 'base/resource/resource_bundle_auralinux.cc', |
| (...skipping 722 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 999 'xcode_settings': { | 1001 'xcode_settings': { |
| 1000 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 1002 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
| 1001 }, | 1003 }, |
| 1002 }], | 1004 }], |
| 1003 ], | 1005 ], |
| 1004 }, | 1006 }, |
| 1005 ], | 1007 ], |
| 1006 }], | 1008 }], |
| 1007 ], | 1009 ], |
| 1008 } | 1010 } |
| OLD | NEW |