| 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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 'base/ozone/evdev/touch_event_converter_ozone.cc', | 290 'base/ozone/evdev/touch_event_converter_ozone.cc', |
| 291 'base/ozone/evdev/touch_event_converter_ozone.h', | 291 'base/ozone/evdev/touch_event_converter_ozone.h', |
| 292 'base/ozone/event_converter_ozone.cc', | 292 'base/ozone/event_converter_ozone.cc', |
| 293 'base/ozone/event_converter_ozone.h', | 293 'base/ozone/event_converter_ozone.h', |
| 294 'base/ozone/event_factory_delegate_ozone.h', | 294 'base/ozone/event_factory_delegate_ozone.h', |
| 295 'base/ozone/event_factory_ozone.cc', | 295 'base/ozone/event_factory_ozone.cc', |
| 296 'base/ozone/event_factory_ozone.h', | 296 'base/ozone/event_factory_ozone.h', |
| 297 'base/ozone/events_ozone.cc', | 297 'base/ozone/events_ozone.cc', |
| 298 'base/ozone/surface_factory_ozone.cc', | 298 'base/ozone/surface_factory_ozone.cc', |
| 299 'base/ozone/surface_factory_ozone.h', | 299 'base/ozone/surface_factory_ozone.h', |
| 300 'base/profile_selector/avatar_menu_item_model.cc', |
| 301 'base/profile_selector/avatar_menu_item_model.h', |
| 300 'base/range/range.cc', | 302 'base/range/range.cc', |
| 301 'base/range/range.h', | 303 'base/range/range.h', |
| 302 'base/range/range_mac.mm', | 304 'base/range/range_mac.mm', |
| 303 'base/range/range_win.cc', | 305 'base/range/range_win.cc', |
| 304 'base/resource/data_pack.cc', | 306 'base/resource/data_pack.cc', |
| 305 'base/resource/data_pack.h', | 307 'base/resource/data_pack.h', |
| 306 'base/resource/resource_bundle.cc', | 308 'base/resource/resource_bundle.cc', |
| 307 'base/resource/resource_bundle.h', | 309 'base/resource/resource_bundle.h', |
| 308 'base/resource/resource_bundle_android.cc', | 310 'base/resource/resource_bundle_android.cc', |
| 309 'base/resource/resource_bundle_auralinux.cc', | 311 'base/resource/resource_bundle_auralinux.cc', |
| (...skipping 739 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1049 'xcode_settings': { | 1051 'xcode_settings': { |
| 1050 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 1052 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
| 1051 }, | 1053 }, |
| 1052 }], | 1054 }], |
| 1053 ], | 1055 ], |
| 1054 }, | 1056 }, |
| 1055 ], | 1057 ], |
| 1056 }], | 1058 }], |
| 1057 ], | 1059 ], |
| 1058 } | 1060 } |
| OLD | NEW |