OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 # Define the common dependencies that contain all the actual | 8 # Define the common dependencies that contain all the actual |
9 # Chromium functionality. This list gets pulled in below by | 9 # Chromium functionality. This list gets pulled in below by |
10 # the link of the actual chrome (or chromium) executable on | 10 # the link of the actual chrome (or chromium) executable on |
(...skipping 1364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1375 'browser/views/browser_bubble_win.cc', | 1375 'browser/views/browser_bubble_win.cc', |
1376 'browser/views/browser_dialogs.h', | 1376 'browser/views/browser_dialogs.h', |
1377 'browser/views/bug_report_view.cc', | 1377 'browser/views/bug_report_view.cc', |
1378 'browser/views/bug_report_view.h', | 1378 'browser/views/bug_report_view.h', |
1379 'browser/views/chrome_views_delegate.cc', | 1379 'browser/views/chrome_views_delegate.cc', |
1380 'browser/views/chrome_views_delegate.h', | 1380 'browser/views/chrome_views_delegate.h', |
1381 'browser/views/clear_browsing_data.cc', | 1381 'browser/views/clear_browsing_data.cc', |
1382 'browser/views/clear_browsing_data.h', | 1382 'browser/views/clear_browsing_data.h', |
1383 'browser/views/constrained_window_impl.cc', | 1383 'browser/views/constrained_window_impl.cc', |
1384 'browser/views/constrained_window_impl.h', | 1384 'browser/views/constrained_window_impl.h', |
| 1385 'browser/views/dialog_stubs_gtk.cc', |
1385 'browser/views/dom_view.cc', | 1386 'browser/views/dom_view.cc', |
1386 'browser/views/dom_view.h', | 1387 'browser/views/dom_view.h', |
1387 'browser/views/download_item_view.cc', | 1388 'browser/views/download_item_view.cc', |
1388 'browser/views/download_item_view.h', | 1389 'browser/views/download_item_view.h', |
1389 'browser/views/download_shelf_view.cc', | 1390 'browser/views/download_shelf_view.cc', |
1390 'browser/views/download_shelf_view.h', | 1391 'browser/views/download_shelf_view.h', |
1391 'browser/views/download_started_animation_win.cc', | 1392 'browser/views/download_started_animation_win.cc', |
1392 'browser/views/edit_keyword_controller.cc', | 1393 'browser/views/edit_keyword_controller.cc', |
1393 'browser/views/edit_keyword_controller.h', | 1394 'browser/views/edit_keyword_controller.h', |
1394 'browser/views/event_utils.cc', | 1395 'browser/views/event_utils.cc', |
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1668 # Exclude all of views. | 1669 # Exclude all of views. |
1669 ['exclude', '^browser/views/'], | 1670 ['exclude', '^browser/views/'], |
1670 ], | 1671 ], |
1671 'conditions': [ | 1672 'conditions': [ |
1672 ['toolkit_views==1',{ | 1673 ['toolkit_views==1',{ |
1673 'sources/': [ | 1674 'sources/': [ |
1674 ['include', '^browser/dock_info_gtk.cc'], | 1675 ['include', '^browser/dock_info_gtk.cc'], |
1675 ['include', '^browser/dock_info.cc'], | 1676 ['include', '^browser/dock_info.cc'], |
1676 ['include', '^browser/dock_info.h'], | 1677 ['include', '^browser/dock_info.h'], |
1677 ['include', '^browser/views/bookmark_menu_controller_views.cc'], | 1678 ['include', '^browser/views/bookmark_menu_controller_views.cc'], |
| 1679 ['include', '^browser/views/dialog_stubs_gtk.cc'], |
1678 ['include', '^browser/views/download_item_view.cc'], | 1680 ['include', '^browser/views/download_item_view.cc'], |
1679 ['include', '^browser/views/download_item_view.h'], | 1681 ['include', '^browser/views/download_item_view.h'], |
1680 ['include', '^browser/views/download_shelf_view.cc'], | 1682 ['include', '^browser/views/download_shelf_view.cc'], |
1681 ['include', '^browser/views/download_shelf_view.h'], | 1683 ['include', '^browser/views/download_shelf_view.h'], |
1682 ['include', '^browser/views/event_utils.cc'], | 1684 ['include', '^browser/views/event_utils.cc'], |
1683 ['include', '^browser/views/event_utils.h'], | 1685 ['include', '^browser/views/event_utils.h'], |
1684 ['include', '^browser/views/find_bar_view.cc'], | 1686 ['include', '^browser/views/find_bar_view.cc'], |
1685 ['include', '^browser/views/find_bar_view.h'], | 1687 ['include', '^browser/views/find_bar_view.h'], |
1686 ['include', '^browser/views/find_bar_win.cc'], | 1688 ['include', '^browser/views/find_bar_win.cc'], |
1687 ['include', '^browser/views/find_bar_win.h'], | 1689 ['include', '^browser/views/find_bar_win.h'], |
(...skipping 2206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3894 # Use outputs of this action as inputs for the main target build. | 3896 # Use outputs of this action as inputs for the main target build. |
3895 # Seems as a misnomer but makes this happy on Linux (scons). | 3897 # Seems as a misnomer but makes this happy on Linux (scons). |
3896 'process_outputs_as_sources': 1, | 3898 'process_outputs_as_sources': 1, |
3897 }, | 3899 }, |
3898 ], # 'actions' | 3900 ], # 'actions' |
3899 }, | 3901 }, |
3900 ] | 3902 ] |
3901 }], | 3903 }], |
3902 ], # 'conditions' | 3904 ], # 'conditions' |
3903 } | 3905 } |
OLD | NEW |