| 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 'variables': { | 5 'variables': { |
| 6 'chromium_code': 1, | 6 'chromium_code': 1, |
| 7 }, | 7 }, |
| 8 | 8 |
| 9 'target_defaults': { | 9 'target_defaults': { |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 '../../base/base.gyp:base', | 28 '../../base/base.gyp:base', |
| 29 '../../base/base.gyp:base_i18n', | 29 '../../base/base.gyp:base_i18n', |
| 30 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', | 30 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', |
| 31 '../../build/temp_gyp/googleurl.gyp:googleurl', | 31 '../../build/temp_gyp/googleurl.gyp:googleurl', |
| 32 '../../content/content.gyp:content', | 32 '../../content/content.gyp:content', |
| 33 '../../skia/skia.gyp:skia', | 33 '../../skia/skia.gyp:skia', |
| 34 '../../third_party/icu/icu.gyp:icui18n', | 34 '../../third_party/icu/icu.gyp:icui18n', |
| 35 '../../third_party/icu/icu.gyp:icuuc', | 35 '../../third_party/icu/icu.gyp:icuuc', |
| 36 '../base/strings/ui_strings.gyp:ui_strings', | 36 '../base/strings/ui_strings.gyp:ui_strings', |
| 37 '../compositor/compositor.gyp:compositor', | 37 '../compositor/compositor.gyp:compositor', |
| 38 '../web_dialogs/web_dialogs.gyp:web_dialogs', | |
| 39 '../ui.gyp:ui', | 38 '../ui.gyp:ui', |
| 40 '../ui.gyp:ui_resources', | 39 '../ui.gyp:ui_resources', |
| 41 ], | 40 ], |
| 42 'defines': [ | 41 'defines': [ |
| 43 'VIEWS_IMPLEMENTATION', | 42 'VIEWS_IMPLEMENTATION', |
| 44 ], | 43 ], |
| 45 'sources': [ | 44 'sources': [ |
| 46 # All .cc, .h under views, except unittests | 45 # All .cc, .h under views, except unittests |
| 47 'accessibility/native_view_accessibility_win.cc', | 46 'accessibility/native_view_accessibility_win.cc', |
| 48 'accessibility/native_view_accessibility_win.h', | 47 'accessibility/native_view_accessibility_win.h', |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 228 'controls/textfield/textfield_views_model.h', | 227 'controls/textfield/textfield_views_model.h', |
| 229 'controls/throbber.cc', | 228 'controls/throbber.cc', |
| 230 'controls/throbber.h', | 229 'controls/throbber.h', |
| 231 'controls/tree/tree_view.h', | 230 'controls/tree/tree_view.h', |
| 232 'controls/tree/tree_view_controller.cc', | 231 'controls/tree/tree_view_controller.cc', |
| 233 'controls/tree/tree_view_controller.h', | 232 'controls/tree/tree_view_controller.h', |
| 234 'controls/tree/tree_view_views.cc', | 233 'controls/tree/tree_view_views.cc', |
| 235 'controls/tree/tree_view_views.h', | 234 'controls/tree/tree_view_views.h', |
| 236 'controls/tree/tree_view_win.cc', | 235 'controls/tree/tree_view_win.cc', |
| 237 'controls/tree/tree_view_win.h', | 236 'controls/tree/tree_view_win.h', |
| 238 'controls/webview/web_dialog_view.cc', | |
| 239 'controls/webview/web_dialog_view.h', | |
| 240 'controls/webview/webview.cc', | |
| 241 'controls/webview/webview.h', | |
| 242 'debug_utils.cc', | 237 'debug_utils.cc', |
| 243 'debug_utils.h', | 238 'debug_utils.h', |
| 244 'drag_controller.h', | 239 'drag_controller.h', |
| 245 'drag_utils.cc', | 240 'drag_utils.cc', |
| 246 'drag_utils.h', | 241 'drag_utils.h', |
| 247 'focus/accelerator_handler.h', | 242 'focus/accelerator_handler.h', |
| 248 'focus/accelerator_handler_aura.cc', | 243 'focus/accelerator_handler_aura.cc', |
| 249 'focus/accelerator_handler_win.cc', | 244 'focus/accelerator_handler_win.cc', |
| 250 'focus/external_focus_tracker.cc', | 245 'focus/external_focus_tracker.cc', |
| 251 'focus/external_focus_tracker.h', | 246 'focus/external_focus_tracker.h', |
| (...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 471 { | 466 { |
| 472 'target_name': 'test_support_views', | 467 'target_name': 'test_support_views', |
| 473 'type': 'static_library', | 468 'type': 'static_library', |
| 474 'dependencies': [ | 469 'dependencies': [ |
| 475 '../../base/base.gyp:base', | 470 '../../base/base.gyp:base', |
| 476 '../../content/content.gyp:test_support_content', | 471 '../../content/content.gyp:test_support_content', |
| 477 '../../ipc/ipc.gyp:test_support_ipc', | 472 '../../ipc/ipc.gyp:test_support_ipc', |
| 478 '../../skia/skia.gyp:skia', | 473 '../../skia/skia.gyp:skia', |
| 479 '../../testing/gtest.gyp:gtest', | 474 '../../testing/gtest.gyp:gtest', |
| 480 '../ui.gyp:ui', | 475 '../ui.gyp:ui', |
| 476 'controls/webview/webview.gyp:webview', |
| 481 'views', | 477 'views', |
| 482 ], | 478 ], |
| 483 'include_dirs': [ | 479 'include_dirs': [ |
| 484 '..', | 480 '..', |
| 485 ], | 481 ], |
| 486 'sources': [ | 482 'sources': [ |
| 487 'test/test_tooltip_client.h', | 483 'test/test_tooltip_client.h', |
| 488 'test/test_views_delegate.cc', | 484 'test/test_views_delegate.cc', |
| 489 'test/test_views_delegate.h', | 485 'test/test_views_delegate.h', |
| 490 'test/views_test_base.cc', | 486 'test/views_test_base.cc', |
| (...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 683 '../../base/base.gyp:base', | 679 '../../base/base.gyp:base', |
| 684 '../../base/base.gyp:base_i18n', | 680 '../../base/base.gyp:base_i18n', |
| 685 '../../build/temp_gyp/googleurl.gyp:googleurl', | 681 '../../build/temp_gyp/googleurl.gyp:googleurl', |
| 686 '../../chrome/chrome_resources.gyp:packed_resources', | 682 '../../chrome/chrome_resources.gyp:packed_resources', |
| 687 '../../content/content.gyp:content', | 683 '../../content/content.gyp:content', |
| 688 '../../skia/skia.gyp:skia', | 684 '../../skia/skia.gyp:skia', |
| 689 '../../third_party/icu/icu.gyp:icui18n', | 685 '../../third_party/icu/icu.gyp:icui18n', |
| 690 '../../third_party/icu/icu.gyp:icuuc', | 686 '../../third_party/icu/icu.gyp:icuuc', |
| 691 '../ui.gyp:ui', | 687 '../ui.gyp:ui', |
| 692 '../ui.gyp:ui_resources', | 688 '../ui.gyp:ui_resources', |
| 689 'controls/webview/webview.gyp:webview', |
| 693 'views', | 690 'views', |
| 694 ], | 691 ], |
| 695 'include_dirs': [ | 692 'include_dirs': [ |
| 696 '..', | 693 '..', |
| 697 ], | 694 ], |
| 698 'defines': [ | 695 'defines': [ |
| 699 'VIEWS_EXAMPLES_IMPLEMENTATION', | 696 'VIEWS_EXAMPLES_IMPLEMENTATION', |
| 700 ], | 697 ], |
| 701 'sources': [ | 698 'sources': [ |
| 702 'examples/bubble_example.cc', | 699 'examples/bubble_example.cc', |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 822 'sources/': [ | 819 'sources/': [ |
| 823 # This is needed because the aura rule strips it from the default | 820 # This is needed because the aura rule strips it from the default |
| 824 # sources list. | 821 # sources list. |
| 825 ['include', '^../../content/app/startup_helper_win.cc'], | 822 ['include', '^../../content/app/startup_helper_win.cc'], |
| 826 ], | 823 ], |
| 827 }], | 824 }], |
| 828 ], | 825 ], |
| 829 }, # target_name: views_examples_with_content_exe | 826 }, # target_name: views_examples_with_content_exe |
| 830 ], | 827 ], |
| 831 } | 828 } |
| OLD | NEW |