| OLD | NEW |
| 1 # Copyright (c) 2010 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 'target_defaults': { | 9 'target_defaults': { |
| 10 'sources/': [ | 10 'sources/': [ |
| 11 ['exclude', '/(cocoa|gtk|win)/'], | 11 ['exclude', '/(cocoa|gtk|win)/'], |
| (...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 433 'controls/table/table_view_unittest.cc', | 433 'controls/table/table_view_unittest.cc', |
| 434 'controls/textfield/native_textfield_views_unittest.cc', | 434 'controls/textfield/native_textfield_views_unittest.cc', |
| 435 'controls/textfield/textfield_views_model_unittest.cc', | 435 'controls/textfield/textfield_views_model_unittest.cc', |
| 436 'focus/accelerator_handler_gtk_unittest.cc', | 436 'focus/accelerator_handler_gtk_unittest.cc', |
| 437 'focus/focus_manager_unittest.cc', | 437 'focus/focus_manager_unittest.cc', |
| 438 'grid_layout_unittest.cc', | 438 'grid_layout_unittest.cc', |
| 439 'test/views_test_base.h', | 439 'test/views_test_base.h', |
| 440 'run_all_unittests.cc', | 440 'run_all_unittests.cc', |
| 441 'test/test_views_delegate.h', | 441 'test/test_views_delegate.h', |
| 442 'view_unittest.cc', | 442 'view_unittest.cc', |
| 443 'widget/widget_win_unittest.cc', |
| 443 | 444 |
| 444 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', | 445 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', |
| 445 ], | 446 ], |
| 446 'conditions': [ | 447 'conditions': [ |
| 447 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { | 448 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { |
| 448 'dependencies': [ | 449 'dependencies': [ |
| 449 '../build/linux/system.gyp:gtk', | 450 '../build/linux/system.gyp:gtk', |
| 450 '../chrome/chrome.gyp:packed_resources', | 451 '../chrome/chrome.gyp:packed_resources', |
| 451 ], | 452 ], |
| 452 'conditions': [ | 453 'conditions': [ |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 540 ], | 541 ], |
| 541 }, | 542 }, |
| 542 ], | 543 ], |
| 543 } | 544 } |
| 544 | 545 |
| 545 # Local Variables: | 546 # Local Variables: |
| 546 # tab-width:2 | 547 # tab-width:2 |
| 547 # indent-tabs-mode:nil | 548 # indent-tabs-mode:nil |
| 548 # End: | 549 # End: |
| 549 # vim: set expandtab tabstop=2 shiftwidth=2: | 550 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |