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 2370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2381 'browser/sync/sync_ui_util.h', | 2381 'browser/sync/sync_ui_util.h', |
2382 'browser/sync/sync_ui_util_mac.h', | 2382 'browser/sync/sync_ui_util_mac.h', |
2383 'browser/sync/sync_ui_util_mac.mm', | 2383 'browser/sync/sync_ui_util_mac.mm', |
2384 'browser/sync/user_selectable_sync_type.h', | 2384 'browser/sync/user_selectable_sync_type.h', |
2385 'browser/tab_closeable_state_watcher.cc', | 2385 'browser/tab_closeable_state_watcher.cc', |
2386 'browser/tab_closeable_state_watcher.h', | 2386 'browser/tab_closeable_state_watcher.h', |
2387 'browser/tab_first_render_watcher.cc', | 2387 'browser/tab_first_render_watcher.cc', |
2388 'browser/tab_first_render_watcher.h', | 2388 'browser/tab_first_render_watcher.h', |
2389 'browser/tab_contents/background_contents.cc', | 2389 'browser/tab_contents/background_contents.cc', |
2390 'browser/tab_contents/background_contents.h', | 2390 'browser/tab_contents/background_contents.h', |
2391 'browser/tab_contents/chrome_interstitial_page.cc', | |
2392 'browser/tab_contents/chrome_interstitial_page.h', | |
2393 'browser/tab_contents/chrome_tab_contents_view_wrapper_gtk.cc', | 2391 'browser/tab_contents/chrome_tab_contents_view_wrapper_gtk.cc', |
2394 'browser/tab_contents/chrome_tab_contents_view_wrapper_gtk.h', | 2392 'browser/tab_contents/chrome_tab_contents_view_wrapper_gtk.h', |
2395 'browser/tab_contents/chrome_web_contents_view_mac_delegate.h', | 2393 'browser/tab_contents/chrome_web_contents_view_mac_delegate.h', |
2396 'browser/tab_contents/chrome_web_contents_view_mac_delegate.mm', | 2394 'browser/tab_contents/chrome_web_contents_view_mac_delegate.mm', |
2397 'browser/tab_contents/confirm_infobar_delegate.cc', | 2395 'browser/tab_contents/confirm_infobar_delegate.cc', |
2398 'browser/tab_contents/confirm_infobar_delegate.h', | 2396 'browser/tab_contents/confirm_infobar_delegate.h', |
2399 'browser/tab_contents/insecure_content_infobar_delegate.cc', | 2397 'browser/tab_contents/insecure_content_infobar_delegate.cc', |
2400 'browser/tab_contents/insecure_content_infobar_delegate.h', | 2398 'browser/tab_contents/insecure_content_infobar_delegate.h', |
2401 'browser/tab_contents/language_state.cc', | 2399 'browser/tab_contents/language_state.cc', |
2402 'browser/tab_contents/language_state.h', | 2400 'browser/tab_contents/language_state.h', |
(...skipping 3111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5514 'type': 'static_library', | 5512 'type': 'static_library', |
5515 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5513 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5516 'variables': { | 5514 'variables': { |
5517 'proto_in_dir': 'browser/history', | 5515 'proto_in_dir': 'browser/history', |
5518 'proto_out_dir': 'chrome/browser/history', | 5516 'proto_out_dir': 'chrome/browser/history', |
5519 }, | 5517 }, |
5520 'includes': [ '../build/protoc.gypi' ] | 5518 'includes': [ '../build/protoc.gypi' ] |
5521 }, | 5519 }, |
5522 ], | 5520 ], |
5523 } | 5521 } |
OLD | NEW |