| 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 | 8 |
| 9 'variables': { | 9 'variables': { |
| 10 'version_py_path': 'tools/build/version.py', | 10 'version_py_path': 'tools/build/version.py', |
| (...skipping 777 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 788 '<(INTERMEDIATE_DIR)', | 788 '<(INTERMEDIATE_DIR)', |
| 789 ], | 789 ], |
| 790 'defines': [ | 790 'defines': [ |
| 791 '<@(nacl_defines)', | 791 '<@(nacl_defines)', |
| 792 ], | 792 ], |
| 793 'sources': [ | 793 'sources': [ |
| 794 # All .cc, .h, .m, and .mm files under browser except for tests and | 794 # All .cc, .h, .m, and .mm files under browser except for tests and |
| 795 # mocks. | 795 # mocks. |
| 796 'browser/alternate_nav_url_fetcher.cc', | 796 'browser/alternate_nav_url_fetcher.cc', |
| 797 'browser/alternate_nav_url_fetcher.h', | 797 'browser/alternate_nav_url_fetcher.h', |
| 798 'browser/app_controller_cppsafe_mac.h', |
| 798 'browser/app_controller_mac.h', | 799 'browser/app_controller_mac.h', |
| 799 'browser/app_controller_mac.mm', | 800 'browser/app_controller_mac.mm', |
| 800 'browser/app_modal_dialog.cc', | 801 'browser/app_modal_dialog.cc', |
| 801 'browser/app_modal_dialog.h', | 802 'browser/app_modal_dialog.h', |
| 802 'browser/app_modal_dialog_gtk.cc', | 803 'browser/app_modal_dialog_gtk.cc', |
| 803 'browser/app_modal_dialog_mac.mm', | 804 'browser/app_modal_dialog_mac.mm', |
| 804 'browser/app_modal_dialog_win.cc', | 805 'browser/app_modal_dialog_win.cc', |
| 805 'browser/app_modal_dialog_queue.cc', | 806 'browser/app_modal_dialog_queue.cc', |
| 806 'browser/app_modal_dialog_queue.h', | 807 'browser/app_modal_dialog_queue.h', |
| 807 'browser/autocomplete/autocomplete.cc', | 808 'browser/autocomplete/autocomplete.cc', |
| (...skipping 6147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6955 ] | 6956 ] |
| 6956 }], | 6957 }], |
| 6957 ], # 'conditions' | 6958 ], # 'conditions' |
| 6958 } | 6959 } |
| 6959 | 6960 |
| 6960 # Local Variables: | 6961 # Local Variables: |
| 6961 # tab-width:2 | 6962 # tab-width:2 |
| 6962 # indent-tabs-mode:nil | 6963 # indent-tabs-mode:nil |
| 6963 # End: | 6964 # End: |
| 6964 # vim: set expandtab tabstop=2 shiftwidth=2: | 6965 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |