| 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 3441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3452 'browser/ui/views/extensions/extension_dialog_observer.cc', | 3452 'browser/ui/views/extensions/extension_dialog_observer.cc', |
| 3453 'browser/ui/views/extensions/extension_dialog_observer.h', | 3453 'browser/ui/views/extensions/extension_dialog_observer.h', |
| 3454 'browser/ui/views/extensions/extension_install_dialog_view.cc', | 3454 'browser/ui/views/extensions/extension_install_dialog_view.cc', |
| 3455 'browser/ui/views/extensions/extension_installed_bubble.cc', | 3455 'browser/ui/views/extensions/extension_installed_bubble.cc', |
| 3456 'browser/ui/views/extensions/extension_installed_bubble.h', | 3456 'browser/ui/views/extensions/extension_installed_bubble.h', |
| 3457 'browser/ui/views/extensions/extension_popup.cc', | 3457 'browser/ui/views/extensions/extension_popup.cc', |
| 3458 'browser/ui/views/extensions/extension_popup.h', | 3458 'browser/ui/views/extensions/extension_popup.h', |
| 3459 'browser/ui/views/extensions/extension_uninstall_dialog_view.cc', | 3459 'browser/ui/views/extensions/extension_uninstall_dialog_view.cc', |
| 3460 'browser/ui/views/extensions/extension_view.cc', | 3460 'browser/ui/views/extensions/extension_view.cc', |
| 3461 'browser/ui/views/extensions/extension_view.h', | 3461 'browser/ui/views/extensions/extension_view.h', |
| 3462 'browser/ui/views/extensions/shell_window_views.h', |
| 3463 'browser/ui/views/extensions/shell_window_views.cc', |
| 3462 'browser/ui/views/external_protocol_dialog.cc', | 3464 'browser/ui/views/external_protocol_dialog.cc', |
| 3463 'browser/ui/views/external_protocol_dialog.h', | 3465 'browser/ui/views/external_protocol_dialog.h', |
| 3464 'browser/ui/views/find_bar_host.cc', | 3466 'browser/ui/views/find_bar_host.cc', |
| 3465 'browser/ui/views/find_bar_host.h', | 3467 'browser/ui/views/find_bar_host.h', |
| 3466 'browser/ui/views/find_bar_host_aura.cc', | 3468 'browser/ui/views/find_bar_host_aura.cc', |
| 3467 'browser/ui/views/find_bar_host_gtk.cc', | 3469 'browser/ui/views/find_bar_host_gtk.cc', |
| 3468 'browser/ui/views/find_bar_host_win.cc', | 3470 'browser/ui/views/find_bar_host_win.cc', |
| 3469 'browser/ui/views/find_bar_view.cc', | 3471 'browser/ui/views/find_bar_view.cc', |
| 3470 'browser/ui/views/find_bar_view.h', | 3472 'browser/ui/views/find_bar_view.h', |
| 3471 'browser/ui/views/first_run_bubble.cc', | 3473 'browser/ui/views/first_run_bubble.cc', |
| (...skipping 1947 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5419 'type': 'static_library', | 5421 'type': 'static_library', |
| 5420 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5422 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5421 'variables': { | 5423 'variables': { |
| 5422 'proto_in_dir': 'browser/history', | 5424 'proto_in_dir': 'browser/history', |
| 5423 'proto_out_dir': 'chrome/browser/history', | 5425 'proto_out_dir': 'chrome/browser/history', |
| 5424 }, | 5426 }, |
| 5425 'includes': [ '../build/protoc.gypi' ] | 5427 'includes': [ '../build/protoc.gypi' ] |
| 5426 }, | 5428 }, |
| 5427 ], | 5429 ], |
| 5428 } | 5430 } |
| OLD | NEW |