Chromium Code Reviews| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'browser', | 8 'target_name': 'browser', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 4142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4153 # though the code is under browser/chromeos. | 4153 # though the code is under browser/chromeos. |
| 4154 # TODO: (stevenjb/beng): Find a home for these. | 4154 # TODO: (stevenjb/beng): Find a home for these. |
| 4155 ['use_aura==1', { | 4155 ['use_aura==1', { |
| 4156 'sources/': [ | 4156 'sources/': [ |
| 4157 ['include', '^browser/chromeos/status/clock_menu_button.cc'], | 4157 ['include', '^browser/chromeos/status/clock_menu_button.cc'], |
| 4158 ['include', '^browser/chromeos/status/clock_menu_button.h'], | 4158 ['include', '^browser/chromeos/status/clock_menu_button.h'], |
| 4159 ['include', '^browser/chromeos/status/status_area_button.cc'], | 4159 ['include', '^browser/chromeos/status/status_area_button.cc'], |
| 4160 ['include', '^browser/chromeos/status/status_area_button.h'], | 4160 ['include', '^browser/chromeos/status/status_area_button.h'], |
| 4161 ['include', '^browser/chromeos/status/status_area_view.cc'], | 4161 ['include', '^browser/chromeos/status/status_area_view.cc'], |
| 4162 ['include', '^browser/chromeos/status/status_area_view.h'], | 4162 ['include', '^browser/chromeos/status/status_area_view.h'], |
| 4163 ['exclude', '^browser/renderer_host/render_widget_host_view_views_to uch.cc'], | |
| 4163 ], | 4164 ], |
| 4164 }], | 4165 }], |
| 4165 # linux/chromeos only status area button. | 4166 # linux/chromeos only status area button. |
| 4166 ['OS=="linux" and use_aura==1', { | 4167 ['OS=="linux" and use_aura==1', { |
| 4167 'sources/': [ | 4168 'sources/': [ |
| 4168 ['include', '^browser/chromeos/status/memory_menu_button.cc'], | 4169 ['include', '^browser/chromeos/status/memory_menu_button.cc'], |
| 4169 ['include', '^browser/chromeos/status/memory_menu_button.h'], | 4170 ['include', '^browser/chromeos/status/memory_menu_button.h'], |
| 4170 ], | 4171 ], |
| 4171 }], | 4172 }], |
| 4172 ['use_aura==1', { | 4173 ['use_aura==1', { |
| 4173 'sources/': [ | 4174 'sources/': [ |
| 4174 ['exclude', '^browser/aeropeek_manager.cc'], | 4175 ['exclude', '^browser/aeropeek_manager.cc'], |
|
sadrul
2011/11/15 16:34:41
I think you want to move the exclusion rule in thi
| |
| 4175 ['exclude', '^browser/automation/automation_provider_win.cc'], | 4176 ['exclude', '^browser/automation/automation_provider_win.cc'], |
| 4176 ['exclude', '^browser/automation/testing_automation_provider_win.cc' ], | 4177 ['exclude', '^browser/automation/testing_automation_provider_win.cc' ], |
| 4177 ['exclude', '^browser/chromeos/native_dialog_window.cc'], | 4178 ['exclude', '^browser/chromeos/native_dialog_window.cc'], |
| 4178 ['exclude', '^browser/chromeos/native_dialog_window.h'], | 4179 ['exclude', '^browser/chromeos/native_dialog_window.h'], |
| 4179 ['exclude', '^browser/external_tab_container_win.cc'], | 4180 ['exclude', '^browser/external_tab_container_win.cc'], |
| 4180 ['exclude', '^browser/external_tab_container_win.h'], | 4181 ['exclude', '^browser/external_tab_container_win.h'], |
| 4181 ['exclude', '^browser/first_run/first_run_win.cc'], | 4182 ['exclude', '^browser/first_run/first_run_win.cc'], |
| 4182 ['exclude', '^browser/first_run/try_chrome_dialog_view.cc'], | 4183 ['exclude', '^browser/first_run/try_chrome_dialog_view.cc'], |
| 4183 ['exclude', '^browser/first_run/try_chrome_dialog_view.h'], | 4184 ['exclude', '^browser/first_run/try_chrome_dialog_view.h'], |
| 4184 ['exclude', '^browser/google/google_update.cc'], | 4185 ['exclude', '^browser/google/google_update.cc'], |
| (...skipping 1083 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 5268 'type': 'static_library', | 5269 'type': 'static_library', |
| 5269 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5270 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5270 'variables': { | 5271 'variables': { |
| 5271 'proto_in_dir': 'browser/history', | 5272 'proto_in_dir': 'browser/history', |
| 5272 'proto_out_dir': 'chrome/browser/history', | 5273 'proto_out_dir': 'chrome/browser/history', |
| 5273 }, | 5274 }, |
| 5274 'includes': [ '../build/protoc.gypi' ] | 5275 'includes': [ '../build/protoc.gypi' ] |
| 5275 }, | 5276 }, |
| 5276 ], | 5277 ], |
| 5277 } | 5278 } |
| OLD | NEW |