| 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 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 3227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3238 'browser/ui/toolbar/back_forward_menu_model.h', | 3238 'browser/ui/toolbar/back_forward_menu_model.h', |
| 3239 'browser/ui/toolbar/bookmark_sub_menu_model.cc', | 3239 'browser/ui/toolbar/bookmark_sub_menu_model.cc', |
| 3240 'browser/ui/toolbar/bookmark_sub_menu_model.h', | 3240 'browser/ui/toolbar/bookmark_sub_menu_model.h', |
| 3241 'browser/ui/toolbar/encoding_menu_controller.cc', | 3241 'browser/ui/toolbar/encoding_menu_controller.cc', |
| 3242 'browser/ui/toolbar/encoding_menu_controller.h', | 3242 'browser/ui/toolbar/encoding_menu_controller.h', |
| 3243 'browser/ui/toolbar/toolbar_model.cc', | 3243 'browser/ui/toolbar/toolbar_model.cc', |
| 3244 'browser/ui/toolbar/toolbar_model.h', | 3244 'browser/ui/toolbar/toolbar_model.h', |
| 3245 'browser/ui/toolbar/wrench_menu_model.cc', | 3245 'browser/ui/toolbar/wrench_menu_model.cc', |
| 3246 'browser/ui/toolbar/wrench_menu_model.h', | 3246 'browser/ui/toolbar/wrench_menu_model.h', |
| 3247 'browser/ui/toolbar/wrench_menu_model_chromeos.cc', | 3247 'browser/ui/toolbar/wrench_menu_model_chromeos.cc', |
| 3248 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc', | |
| 3249 'browser/ui/touch/frame/touch_browser_frame_view.cc', | |
| 3250 'browser/ui/touch/frame/touch_browser_frame_view.h', | |
| 3251 'browser/ui/touch/status_bubble_touch.cc', | 3248 'browser/ui/touch/status_bubble_touch.cc', |
| 3252 'browser/ui/touch/status_bubble_touch.h', | 3249 'browser/ui/touch/status_bubble_touch.h', |
| 3253 'browser/ui/touch/tabs/tab_strip_factory.cc', | |
| 3254 'browser/ui/touch/tabs/touch_tab.cc', | |
| 3255 'browser/ui/touch/tabs/touch_tab.h', | |
| 3256 'browser/ui/touch/tabs/touch_tab_strip.cc', | |
| 3257 'browser/ui/touch/tabs/touch_tab_strip.h', | |
| 3258 'browser/ui/touch/tabs/touch_tab_strip_controller.cc', | |
| 3259 'browser/ui/touch/tabs/touch_tab_strip_controller.h', | |
| 3260 'browser/ui/view_ids.h', | 3250 'browser/ui/view_ids.h', |
| 3261 'browser/ui/views/about_chrome_view.cc', | 3251 'browser/ui/views/about_chrome_view.cc', |
| 3262 'browser/ui/views/about_chrome_view.h', | 3252 'browser/ui/views/about_chrome_view.h', |
| 3263 'browser/ui/views/about_ipc_dialog.cc', | 3253 'browser/ui/views/about_ipc_dialog.cc', |
| 3264 'browser/ui/views/about_ipc_dialog.h', | 3254 'browser/ui/views/about_ipc_dialog.h', |
| 3265 'browser/ui/views/accelerator_table.cc', | 3255 'browser/ui/views/accelerator_table.cc', |
| 3266 'browser/ui/views/accelerator_table.h', | 3256 'browser/ui/views/accelerator_table.h', |
| 3267 'browser/ui/views/accessibility_event_router_views.cc', | 3257 'browser/ui/views/accessibility_event_router_views.cc', |
| 3268 'browser/ui/views/accessibility_event_router_views.h', | 3258 'browser/ui/views/accessibility_event_router_views.h', |
| 3269 'browser/ui/views/app_menu_button_win.cc', | 3259 'browser/ui/views/app_menu_button_win.cc', |
| (...skipping 874 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4144 ['use_gnome_keyring==0', { | 4134 ['use_gnome_keyring==0', { |
| 4145 'sources!': [ | 4135 'sources!': [ |
| 4146 'browser/password_manager/native_backend_gnome_x.cc', | 4136 'browser/password_manager/native_backend_gnome_x.cc', |
| 4147 'browser/password_manager/native_backend_gnome_x.h', | 4137 'browser/password_manager/native_backend_gnome_x.h', |
| 4148 ], | 4138 ], |
| 4149 }], | 4139 }], |
| 4150 ['touchui==0', { | 4140 ['touchui==0', { |
| 4151 'sources/': [ | 4141 'sources/': [ |
| 4152 ['exclude', '^browser/extensions/extension_input_ui_api.cc'], | 4142 ['exclude', '^browser/extensions/extension_input_ui_api.cc'], |
| 4153 ['exclude', '^browser/extensions/extension_input_ui_api.h'], | 4143 ['exclude', '^browser/extensions/extension_input_ui_api.h'], |
| 4154 ['exclude', '^browser/ui/touch/*'], | 4144 ['exclude', '^browser/ui/touch/status_bubble_touch.cc'], |
| 4145 ['exclude', '^browser/ui/touch/status_bubble_touch.h'], |
| 4155 ], | 4146 ], |
| 4156 }], | 4147 }], |
| 4157 # linux/chromeos only status area button. | 4148 # linux/chromeos only status area button. |
| 4158 ['OS=="linux" and use_aura==1', { | 4149 ['OS=="linux" and use_aura==1', { |
| 4159 'sources/': [ | 4150 'sources/': [ |
| 4160 ['include', '^browser/chromeos/status/memory_menu_button.cc'], | 4151 ['include', '^browser/chromeos/status/memory_menu_button.cc'], |
| 4161 ['include', '^browser/chromeos/status/memory_menu_button.h'], | 4152 ['include', '^browser/chromeos/status/memory_menu_button.h'], |
| 4162 ], | 4153 ], |
| 4163 }], | 4154 }], |
| 4164 ['use_aura==1', { | 4155 ['use_aura==1', { |
| (...skipping 1095 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5260 'type': 'static_library', | 5251 'type': 'static_library', |
| 5261 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5252 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5262 'variables': { | 5253 'variables': { |
| 5263 'proto_in_dir': 'browser/history', | 5254 'proto_in_dir': 'browser/history', |
| 5264 'proto_out_dir': 'chrome/browser/history', | 5255 'proto_out_dir': 'chrome/browser/history', |
| 5265 }, | 5256 }, |
| 5266 'includes': [ '../build/protoc.gypi' ] | 5257 'includes': [ '../build/protoc.gypi' ] |
| 5267 }, | 5258 }, |
| 5268 ], | 5259 ], |
| 5269 } | 5260 } |
| OLD | NEW |