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 723 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1033 'xcode_settings': { | 1035 'xcode_settings': { |
1034 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 1036 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
1035 }, | 1037 }, |
1036 }], | 1038 }], |
1037 ], | 1039 ], |
1038 }, | 1040 }, |
1039 ], | 1041 ], |
1040 }], | 1042 }], |
1041 ], | 1043 ], |
1042 } | 1044 } |
OLD | NEW |