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