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