| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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/': [ |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 'view.h', | 275 'view.h', |
| 276 'view_constants.cc', | 276 'view_constants.cc', |
| 277 'view_constants.h', | 277 'view_constants.h', |
| 278 'view_gtk.cc', | 278 'view_gtk.cc', |
| 279 'view_text_utils.cc', | 279 'view_text_utils.cc', |
| 280 'view_text_utils.h', | 280 'view_text_utils.h', |
| 281 'view_win.cc', | 281 'view_win.cc', |
| 282 'views_delegate.h', | 282 'views_delegate.h', |
| 283 'widget/aero_tooltip_manager.cc', | 283 'widget/aero_tooltip_manager.cc', |
| 284 'widget/aero_tooltip_manager.h', | 284 'widget/aero_tooltip_manager.h', |
| 285 'widget/child_window_message_processor.cc', |
| 286 'widget/child_window_message_processor.h', |
| 285 'widget/default_theme_provider.cc', | 287 'widget/default_theme_provider.cc', |
| 286 'widget/default_theme_provider.h', | 288 'widget/default_theme_provider.h', |
| 287 'widget/drop_helper.cc', | 289 'widget/drop_helper.cc', |
| 288 'widget/drop_helper.h', | 290 'widget/drop_helper.h', |
| 289 'widget/drop_target_gtk.cc', | 291 'widget/drop_target_gtk.cc', |
| 290 'widget/drop_target_gtk.h', | 292 'widget/drop_target_gtk.h', |
| 291 'widget/drop_target_win.cc', | 293 'widget/drop_target_win.cc', |
| 292 'widget/drop_target_win.h', | 294 'widget/drop_target_win.h', |
| 293 'widget/gtk_views_fixed.cc', | 295 'widget/gtk_views_fixed.cc', |
| 294 'widget/gtk_views_fixed.h', | 296 'widget/gtk_views_fixed.h', |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 356 'controls/listbox/listbox.cc', | 358 'controls/listbox/listbox.cc', |
| 357 'controls/listbox/listbox.h', | 359 'controls/listbox/listbox.h', |
| 358 'controls/native_control.cc', | 360 'controls/native_control.cc', |
| 359 'controls/table/group_table_view.cc', | 361 'controls/table/group_table_view.cc', |
| 360 'controls/table/table_model.cc', | 362 'controls/table/table_model.cc', |
| 361 'controls/table/table_view.cc', | 363 'controls/table/table_view.cc', |
| 362 'controls/table/group_table_view.cc', | 364 'controls/table/group_table_view.cc', |
| 363 'controls/tree/tree_view.cc', | 365 'controls/tree/tree_view.cc', |
| 364 'event_win.cc', | 366 'event_win.cc', |
| 365 'resize_corner.cc', | 367 'resize_corner.cc', |
| 368 'widget/child_window_message_processor.cc', |
| 369 'widget/child_window_message_processor.h', |
| 366 'widget/aero_tooltip_manager.cc', | 370 'widget/aero_tooltip_manager.cc', |
| 367 'widget/root_view_drop_target.cc', | 371 'widget/root_view_drop_target.cc', |
| 368 'window/hit_test.cc', | 372 'window/hit_test.cc', |
| 369 'window/native_frame_view.cc', | 373 'window/native_frame_view.cc', |
| 370 'widget/widget_win.cc', | 374 'widget/widget_win.cc', |
| 371 ], | 375 ], |
| 372 }], | 376 }], |
| 373 ['touchui==1', { | 377 ['touchui==1', { |
| 374 'defines': ['TOUCH_UI=1'], | 378 'defines': ['TOUCH_UI=1'], |
| 375 'sources/': [ | 379 'sources/': [ |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 518 ], | 522 ], |
| 519 }, | 523 }, |
| 520 ], | 524 ], |
| 521 } | 525 } |
| 522 | 526 |
| 523 # Local Variables: | 527 # Local Variables: |
| 524 # tab-width:2 | 528 # tab-width:2 |
| 525 # indent-tabs-mode:nil | 529 # indent-tabs-mode:nil |
| 526 # End: | 530 # End: |
| 527 # vim: set expandtab tabstop=2 shiftwidth=2: | 531 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |