| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 | 9 |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 330 'widget/root_view_gtk.cc', | 330 'widget/root_view_gtk.cc', |
| 331 'widget/root_view_win.cc', | 331 'widget/root_view_win.cc', |
| 332 'widget/tooltip_manager_gtk.cc', | 332 'widget/tooltip_manager_gtk.cc', |
| 333 'widget/tooltip_manager_gtk.h', | 333 'widget/tooltip_manager_gtk.h', |
| 334 'widget/tooltip_manager_win.cc', | 334 'widget/tooltip_manager_win.cc', |
| 335 'widget/tooltip_manager_win.h', | 335 'widget/tooltip_manager_win.h', |
| 336 'widget/tooltip_manager.cc', | 336 'widget/tooltip_manager.cc', |
| 337 'widget/tooltip_manager.h', | 337 'widget/tooltip_manager.h', |
| 338 'widget/tooltip_window_gtk.cc', | 338 'widget/tooltip_window_gtk.cc', |
| 339 'widget/tooltip_window_gtk.h', | 339 'widget/tooltip_window_gtk.h', |
| 340 'widget/monitor_win.cc', |
| 341 'widget/monitor_win.h', |
| 340 'widget/widget.h', | 342 'widget/widget.h', |
| 341 'widget/widget_gtk.cc', | 343 'widget/widget_gtk.cc', |
| 342 'widget/widget_gtk.h', | 344 'widget/widget_gtk.h', |
| 343 'widget/widget_utils.cc', | 345 'widget/widget_utils.cc', |
| 344 'widget/widget_utils.h', | 346 'widget/widget_utils.h', |
| 345 'widget/widget_win.cc', | 347 'widget/widget_win.cc', |
| 346 'widget/widget_win.h', | 348 'widget/widget_win.h', |
| 347 'window/client_view.cc', | 349 'window/client_view.cc', |
| 348 'window/client_view.h', | 350 'window/client_view.h', |
| 349 'window/custom_frame_view.cc', | 351 'window/custom_frame_view.cc', |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 462 'controls/textfield/textfield_views_model_unittest.cc', | 464 'controls/textfield/textfield_views_model_unittest.cc', |
| 463 'focus/accelerator_handler_gtk_unittest.cc', | 465 'focus/accelerator_handler_gtk_unittest.cc', |
| 464 'focus/focus_manager_unittest.cc', | 466 'focus/focus_manager_unittest.cc', |
| 465 'layout/grid_layout_unittest.cc', | 467 'layout/grid_layout_unittest.cc', |
| 466 'layout/box_layout_unittest.cc', | 468 'layout/box_layout_unittest.cc', |
| 467 'test/views_test_base.h', | 469 'test/views_test_base.h', |
| 468 'run_all_unittests.cc', | 470 'run_all_unittests.cc', |
| 469 'test/test_views_delegate.h', | 471 'test/test_views_delegate.h', |
| 470 'view_unittest.cc', | 472 'view_unittest.cc', |
| 471 'widget/widget_win_unittest.cc', | 473 'widget/widget_win_unittest.cc', |
| 474 'window/window_win_unittest.cc', |
| 472 | 475 |
| 473 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', | 476 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', |
| 474 ], | 477 ], |
| 475 'conditions': [ | 478 'conditions': [ |
| 476 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { | 479 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { |
| 477 'dependencies': [ | 480 'dependencies': [ |
| 478 '../build/linux/system.gyp:gtk', | 481 '../build/linux/system.gyp:gtk', |
| 479 '../chrome/chrome.gyp:packed_resources', | 482 '../chrome/chrome.gyp:packed_resources', |
| 480 ], | 483 ], |
| 481 'conditions': [ | 484 'conditions': [ |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 575 ], | 578 ], |
| 576 }, | 579 }, |
| 577 ], | 580 ], |
| 578 } | 581 } |
| 579 | 582 |
| 580 # Local Variables: | 583 # Local Variables: |
| 581 # tab-width:2 | 584 # tab-width:2 |
| 582 # indent-tabs-mode:nil | 585 # indent-tabs-mode:nil |
| 583 # End: | 586 # End: |
| 584 # vim: set expandtab tabstop=2 shiftwidth=2: | 587 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |