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 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
309 'base/resource/resource_bundle_gtk.cc', | 309 'base/resource/resource_bundle_gtk.cc', |
310 'base/resource/resource_bundle_ios.mm', | 310 'base/resource/resource_bundle_ios.mm', |
311 'base/resource/resource_bundle_mac.mm', | 311 'base/resource/resource_bundle_mac.mm', |
312 'base/resource/resource_bundle_win.cc', | 312 'base/resource/resource_bundle_win.cc', |
313 'base/resource/resource_bundle_win.h', | 313 'base/resource/resource_bundle_win.h', |
314 'base/resource/resource_data_dll_win.cc', | 314 'base/resource/resource_data_dll_win.cc', |
315 'base/resource/resource_data_dll_win.h', | 315 'base/resource/resource_data_dll_win.h', |
316 'base/resource/resource_handle.h', | 316 'base/resource/resource_handle.h', |
317 'base/text/bytes_formatting.cc', | 317 'base/text/bytes_formatting.cc', |
318 'base/text/bytes_formatting.h', | 318 'base/text/bytes_formatting.h', |
319 'base/text/text_elider.cc', | |
320 'base/text/text_elider.h', | |
321 'base/text/utf16_indexing.cc', | 319 'base/text/utf16_indexing.cc', |
322 'base/text/utf16_indexing.h', | 320 'base/text/utf16_indexing.h', |
323 'base/theme_provider.cc', | 321 'base/theme_provider.cc', |
324 'base/theme_provider.h', | 322 'base/theme_provider.h', |
325 'base/touch/touch_device.cc', | 323 'base/touch/touch_device.cc', |
326 'base/touch/touch_device.h', | 324 'base/touch/touch_device.h', |
327 'base/touch/touch_device_android.cc', | 325 'base/touch/touch_device_android.cc', |
328 'base/touch/touch_device_aurax11.cc', | 326 'base/touch/touch_device_aurax11.cc', |
329 'base/touch/touch_device_ozone.cc', | 327 'base/touch/touch_device_ozone.cc', |
330 'base/touch/touch_device_win.cc', | 328 'base/touch/touch_device_win.cc', |
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
576 'gfx/skbitmap_operations.h', | 574 'gfx/skbitmap_operations.h', |
577 'gfx/skia_util.cc', | 575 'gfx/skia_util.cc', |
578 'gfx/skia_util.h', | 576 'gfx/skia_util.h', |
579 'gfx/skia_utils_gtk.cc', | 577 'gfx/skia_utils_gtk.cc', |
580 'gfx/skia_utils_gtk.h', | 578 'gfx/skia_utils_gtk.h', |
581 'gfx/switches.cc', | 579 'gfx/switches.cc', |
582 'gfx/switches.h', | 580 'gfx/switches.h', |
583 'gfx/sys_color_change_listener.cc', | 581 'gfx/sys_color_change_listener.cc', |
584 'gfx/sys_color_change_listener.h', | 582 'gfx/sys_color_change_listener.h', |
585 'gfx/text_constants.h', | 583 'gfx/text_constants.h', |
| 584 'gfx/text_elider.cc', |
| 585 'gfx/text_elider.h', |
586 'gfx/text_utils.cc', | 586 'gfx/text_utils.cc', |
587 'gfx/text_utils.h', | 587 'gfx/text_utils.h', |
588 'gfx/text_utils_android.cc', | 588 'gfx/text_utils_android.cc', |
589 'gfx/text_utils_ios.mm', | 589 'gfx/text_utils_ios.mm', |
590 'gfx/text_utils_skia.cc', | 590 'gfx/text_utils_skia.cc', |
591 'gfx/transform.cc', | 591 'gfx/transform.cc', |
592 'gfx/transform.h', | 592 'gfx/transform.h', |
593 'gfx/transform_util.cc', | 593 'gfx/transform_util.cc', |
594 'gfx/transform_util.h', | 594 'gfx/transform_util.h', |
595 'gfx/vector2d.cc', | 595 'gfx/vector2d.cc', |
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1075 'xcode_settings': { | 1075 'xcode_settings': { |
1076 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 1076 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
1077 }, | 1077 }, |
1078 }], | 1078 }], |
1079 ], | 1079 ], |
1080 }, | 1080 }, |
1081 ], | 1081 ], |
1082 }], | 1082 }], |
1083 ], | 1083 ], |
1084 } | 1084 } |
OLD | NEW |