| 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 'ui_resources.gypi', | 10 'ui_resources.gypi', |
| (...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 527 'gfx/vector2d_conversions.cc', | 527 'gfx/vector2d_conversions.cc', |
| 528 'gfx/vector2d_conversions.h', | 528 'gfx/vector2d_conversions.h', |
| 529 'gfx/vector2d_f.cc', | 529 'gfx/vector2d_f.cc', |
| 530 'gfx/vector2d_f.h', | 530 'gfx/vector2d_f.h', |
| 531 'gfx/vector3d_f.cc', | 531 'gfx/vector3d_f.cc', |
| 532 'gfx/vector3d_f.h', | 532 'gfx/vector3d_f.h', |
| 533 'gfx/video_decode_acceleration_support_mac.h', | 533 'gfx/video_decode_acceleration_support_mac.h', |
| 534 'gfx/video_decode_acceleration_support_mac.mm', | 534 'gfx/video_decode_acceleration_support_mac.mm', |
| 535 'notifications/notification_types.h', | 535 'notifications/notification_types.h', |
| 536 'notifications/notification_types.cc', | 536 'notifications/notification_types.cc', |
| 537 'ui_controls/ui_controls.cc', |
| 537 'ui_controls/ui_controls.h', | 538 'ui_controls/ui_controls.h', |
| 538 'ui_controls/ui_controls_aura.cc', | 539 'ui_controls/ui_controls_aura.cc', |
| 539 'ui_controls/ui_controls_gtk.cc', | 540 'ui_controls/ui_controls_gtk.cc', |
| 540 'ui_controls/ui_controls_internal_win.cc', | 541 'ui_controls/ui_controls_internal_win.cc', |
| 541 'ui_controls/ui_controls_internal_win.h', | 542 'ui_controls/ui_controls_internal_win.h', |
| 542 'ui_controls/ui_controls_mac.mm', | 543 'ui_controls/ui_controls_mac.mm', |
| 543 'ui_controls/ui_controls_win.cc', | 544 'ui_controls/ui_controls_win.cc', |
| 544 ], | 545 ], |
| 545 'target_conditions': [ | 546 'target_conditions': [ |
| 546 ['OS == "ios"', { | 547 ['OS == "ios"', { |
| (...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 900 }, | 901 }, |
| 901 'dependencies': [ | 902 'dependencies': [ |
| 902 '../base/base.gyp:base_java', | 903 '../base/base.gyp:base_java', |
| 903 ], | 904 ], |
| 904 'includes': [ '../build/java.gypi' ], | 905 'includes': [ '../build/java.gypi' ], |
| 905 }, | 906 }, |
| 906 ], | 907 ], |
| 907 }], | 908 }], |
| 908 ], | 909 ], |
| 909 } | 910 } |
| OLD | NEW |