OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
363 'browser/certificate_viewer.cc', | 363 'browser/certificate_viewer.cc', |
364 'browser/certificate_viewer.h', | 364 'browser/certificate_viewer.h', |
365 'browser/character_encoding.cc', | 365 'browser/character_encoding.cc', |
366 'browser/character_encoding.h', | 366 'browser/character_encoding.h', |
367 'browser/chrome_benchmarking_message_filter.cc', | 367 'browser/chrome_benchmarking_message_filter.cc', |
368 'browser/chrome_benchmarking_message_filter.h', | 368 'browser/chrome_benchmarking_message_filter.h', |
369 'browser/chrome_browser_application_mac.h', | 369 'browser/chrome_browser_application_mac.h', |
370 'browser/chrome_browser_application_mac.mm', | 370 'browser/chrome_browser_application_mac.mm', |
371 'browser/chrome_browser_main.cc', | 371 'browser/chrome_browser_main.cc', |
372 'browser/chrome_browser_main.h', | 372 'browser/chrome_browser_main.h', |
| 373 'browser/chrome_browser_main_extra_parts.cc', |
| 374 'browser/chrome_browser_main_extra_parts.h', |
| 375 'browser/chrome_browser_main_extra_parts_ash.cc', |
| 376 'browser/chrome_browser_main_extra_parts_ash.h', |
| 377 'browser/chrome_browser_main_extra_parts_aura.cc', |
| 378 'browser/chrome_browser_main_extra_parts_aura.h', |
| 379 'browser/chrome_browser_main_extra_parts_gtk.cc', |
| 380 'browser/chrome_browser_main_extra_parts_gtk.h', |
| 381 'browser/chrome_browser_main_extra_parts_views.cc', |
| 382 'browser/chrome_browser_main_extra_parts_views.h', |
373 'browser/chrome_browser_main_linux.cc', | 383 'browser/chrome_browser_main_linux.cc', |
374 'browser/chrome_browser_main_linux.h', | 384 'browser/chrome_browser_main_linux.h', |
| 385 'browser/chrome_browser_main_mac.h', |
375 'browser/chrome_browser_main_mac.mm', | 386 'browser/chrome_browser_main_mac.mm', |
376 'browser/chrome_browser_main_mac.h', | |
377 'browser/chrome_browser_main_posix.cc', | 387 'browser/chrome_browser_main_posix.cc', |
378 'browser/chrome_browser_main_posix.h', | 388 'browser/chrome_browser_main_posix.h', |
379 'browser/chrome_browser_main_win.cc', | 389 'browser/chrome_browser_main_win.cc', |
380 'browser/chrome_browser_main_win.h', | 390 'browser/chrome_browser_main_win.h', |
381 'browser/chrome_browser_main_x11.cc', | 391 'browser/chrome_browser_main_x11.cc', |
382 'browser/chrome_browser_main_x11.h', | 392 'browser/chrome_browser_main_x11.h', |
383 'browser/chrome_browser_main_extra_parts.cc', | |
384 'browser/chrome_browser_main_extra_parts.h', | |
385 'browser/chrome_browser_main_extra_parts_aura.cc', | |
386 'browser/chrome_browser_main_extra_parts_aura.h', | |
387 'browser/chrome_browser_main_extra_parts_gtk.cc', | |
388 'browser/chrome_browser_main_extra_parts_gtk.h', | |
389 'browser/chrome_browser_main_extra_parts_views.cc', | |
390 'browser/chrome_browser_main_extra_parts_views.h', | |
391 'browser/chrome_content_browser_client.cc', | 393 'browser/chrome_content_browser_client.cc', |
392 'browser/chrome_content_browser_client.h', | 394 'browser/chrome_content_browser_client.h', |
393 'browser/chrome_page_zoom_constants.cc', | 395 'browser/chrome_page_zoom_constants.cc', |
394 'browser/chrome_page_zoom_constants.h', | 396 'browser/chrome_page_zoom_constants.h', |
395 'browser/chrome_page_zoom.cc', | 397 'browser/chrome_page_zoom.cc', |
396 'browser/chrome_page_zoom.h', | 398 'browser/chrome_page_zoom.h', |
397 'browser/chrome_plugin_service_filter.cc', | 399 'browser/chrome_plugin_service_filter.cc', |
398 'browser/chrome_plugin_service_filter.h', | 400 'browser/chrome_plugin_service_filter.h', |
399 'browser/chrome_quota_permission_context.cc', | 401 'browser/chrome_quota_permission_context.cc', |
400 'browser/chrome_quota_permission_context.h', | 402 'browser/chrome_quota_permission_context.h', |
(...skipping 3814 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4215 'browser/password_manager/native_backend_gnome_x.h', | 4217 'browser/password_manager/native_backend_gnome_x.h', |
4216 ], | 4218 ], |
4217 }], | 4219 }], |
4218 # linux/chromeos only status area button. | 4220 # linux/chromeos only status area button. |
4219 ['OS=="linux" and use_aura==1', { | 4221 ['OS=="linux" and use_aura==1', { |
4220 'sources/': [ | 4222 'sources/': [ |
4221 ['include', '^browser/chromeos/status/memory_menu_button.cc'], | 4223 ['include', '^browser/chromeos/status/memory_menu_button.cc'], |
4222 ['include', '^browser/chromeos/status/memory_menu_button.h'], | 4224 ['include', '^browser/chromeos/status/memory_menu_button.h'], |
4223 ], | 4225 ], |
4224 }], | 4226 }], |
| 4227 ['use_ash==1', { |
| 4228 'dependencies': [ |
| 4229 '../ash/ash.gyp:ash', |
| 4230 ], |
| 4231 }], |
4225 ['use_aura==1', { | 4232 ['use_aura==1', { |
4226 'sources/': [ | 4233 'sources/': [ |
4227 ['exclude', '^browser/aeropeek_manager.cc'], | 4234 ['exclude', '^browser/aeropeek_manager.cc'], |
4228 ['exclude', '^browser/automation/automation_provider_win.cc'], | 4235 ['exclude', '^browser/automation/automation_provider_win.cc'], |
4229 ['exclude', '^browser/automation/chrome_frame_automation_provider.cc
'], | 4236 ['exclude', '^browser/automation/chrome_frame_automation_provider.cc
'], |
4230 ['exclude', '^browser/automation/chrome_frame_automation_provider.h'
], | 4237 ['exclude', '^browser/automation/chrome_frame_automation_provider.h'
], |
4231 ['exclude', '^browser/automation/testing_automation_provider_win.cc'
], | 4238 ['exclude', '^browser/automation/testing_automation_provider_win.cc'
], |
4232 ['exclude', '^browser/chromeos/native_dialog_window.cc'], | 4239 ['exclude', '^browser/chromeos/native_dialog_window.cc'], |
4233 ['exclude', '^browser/chromeos/native_dialog_window.h'], | 4240 ['exclude', '^browser/chromeos/native_dialog_window.h'], |
4234 ['exclude', '^browser/chromeos/frame/bubble_frame_view.h'], | 4241 ['exclude', '^browser/chromeos/frame/bubble_frame_view.h'], |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4289 #['include', '^browser/ui/views/ash/gesture_prefs_aura.cc'], | 4296 #['include', '^browser/ui/views/ash/gesture_prefs_aura.cc'], |
4290 ['include', '^browser/ui/views/simple_message_box_views.cc'], | 4297 ['include', '^browser/ui/views/simple_message_box_views.cc'], |
4291 ['include', '^browser/ui/views/simple_message_box_views.h'], | 4298 ['include', '^browser/ui/views/simple_message_box_views.h'], |
4292 ['include', '^browser/ui/webui/certificate_viewer_webui.cc'], | 4299 ['include', '^browser/ui/webui/certificate_viewer_webui.cc'], |
4293 ['include', '^browser/ui/webui/certificate_viewer_webui.h'], | 4300 ['include', '^browser/ui/webui/certificate_viewer_webui.h'], |
4294 ['include', '^browser/ui/webui/certificate_viewer_ui.cc'], | 4301 ['include', '^browser/ui/webui/certificate_viewer_ui.cc'], |
4295 ['include', '^browser/ui/webui/certificate_viewer_ui.h'], | 4302 ['include', '^browser/ui/webui/certificate_viewer_ui.h'], |
4296 ], | 4303 ], |
4297 'dependencies': [ | 4304 'dependencies': [ |
4298 '../ui/aura/aura.gyp:aura', | 4305 '../ui/aura/aura.gyp:aura', |
4299 '../ash/ash.gyp:ash', | |
4300 '../ui/gfx/compositor/compositor.gyp:compositor', | 4306 '../ui/gfx/compositor/compositor.gyp:compositor', |
4301 ], | 4307 ], |
4302 }], | 4308 }], |
4303 ['ui_compositor_image_transport==1', { | 4309 ['ui_compositor_image_transport==1', { |
4304 'dependencies': [ | 4310 'dependencies': [ |
4305 '../ui/gfx/gl/gl.gyp:gl', | 4311 '../ui/gfx/gl/gl.gyp:gl', |
4306 ], | 4312 ], |
4307 }], | 4313 }], |
4308 ['use_virtual_keyboard==0', { | 4314 ['use_virtual_keyboard==0', { |
4309 'sources/': [ | 4315 'sources/': [ |
(...skipping 1040 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5350 'variables': { | 5356 'variables': { |
5351 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5357 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
5352 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5358 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
5353 }, | 5359 }, |
5354 'includes': ['../build/protoc.gypi'], | 5360 'includes': ['../build/protoc.gypi'], |
5355 }], | 5361 }], |
5356 ], | 5362 ], |
5357 }, | 5363 }, |
5358 ], | 5364 ], |
5359 } | 5365 } |
OLD | NEW |