| 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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 'base/text/text_elider.cc', | 260 'base/text/text_elider.cc', |
| 261 'base/text/text_elider.h', | 261 'base/text/text_elider.h', |
| 262 'base/text/utf16_indexing.cc', | 262 'base/text/utf16_indexing.cc', |
| 263 'base/text/utf16_indexing.h', | 263 'base/text/utf16_indexing.h', |
| 264 'base/theme_provider.cc', | 264 'base/theme_provider.cc', |
| 265 'base/theme_provider.h', | 265 'base/theme_provider.h', |
| 266 'base/touch/touch_device.cc', | 266 'base/touch/touch_device.cc', |
| 267 'base/touch/touch_device.h', | 267 'base/touch/touch_device.h', |
| 268 'base/touch/touch_device_android.cc', | 268 'base/touch/touch_device_android.cc', |
| 269 'base/touch/touch_device_win.cc', | 269 'base/touch/touch_device_win.cc', |
| 270 'base/touch/touch_editing_controller.cc', |
| 271 'base/touch/touch_editing_controller.h', |
| 270 'base/touch/touch_factory.cc', | 272 'base/touch/touch_factory.cc', |
| 271 'base/touch/touch_factory.h', | 273 'base/touch/touch_factory.h', |
| 272 'base/ui_base_exports.cc', | 274 'base/ui_base_exports.cc', |
| 273 'base/ui_base_paths.cc', | 275 'base/ui_base_paths.cc', |
| 274 'base/ui_base_paths.h', | 276 'base/ui_base_paths.h', |
| 275 'base/ui_base_switches.cc', | 277 'base/ui_base_switches.cc', |
| 276 'base/ui_base_switches.h', | 278 'base/ui_base_switches.h', |
| 277 'base/ui_base_types.h', | 279 'base/ui_base_types.h', |
| 278 'base/ui_export.h', | 280 'base/ui_export.h', |
| 279 'base/view_prop.cc', | 281 'base/view_prop.cc', |
| (...skipping 655 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 935 'link_settings': { | 937 'link_settings': { |
| 936 'libraries': [ | 938 'libraries': [ |
| 937 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', | 939 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', |
| 938 ], | 940 ], |
| 939 }, | 941 }, |
| 940 }, | 942 }, |
| 941 ], | 943 ], |
| 942 }], | 944 }], |
| 943 ], | 945 ], |
| 944 } | 946 } |
| OLD | NEW |