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 3337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3348 'browser/ui/views/frame/browser_non_client_frame_view.h', | 3348 'browser/ui/views/frame/browser_non_client_frame_view.h', |
3349 'browser/ui/views/frame/browser_non_client_frame_view_factory_aura.cc', | 3349 'browser/ui/views/frame/browser_non_client_frame_view_factory_aura.cc', |
3350 'browser/ui/views/frame/browser_non_client_frame_view_factory_win.cc', | 3350 'browser/ui/views/frame/browser_non_client_frame_view_factory_win.cc', |
3351 'browser/ui/views/frame/browser_non_client_frame_view_factory_x11.cc', | 3351 'browser/ui/views/frame/browser_non_client_frame_view_factory_x11.cc', |
3352 'browser/ui/views/frame/browser_root_view.cc', | 3352 'browser/ui/views/frame/browser_root_view.cc', |
3353 'browser/ui/views/frame/browser_root_view.h', | 3353 'browser/ui/views/frame/browser_root_view.h', |
3354 'browser/ui/views/frame/browser_view.cc', | 3354 'browser/ui/views/frame/browser_view.cc', |
3355 'browser/ui/views/frame/browser_view.h', | 3355 'browser/ui/views/frame/browser_view.h', |
3356 'browser/ui/views/frame/browser_view_layout.cc', | 3356 'browser/ui/views/frame/browser_view_layout.cc', |
3357 'browser/ui/views/frame/browser_view_layout.h', | 3357 'browser/ui/views/frame/browser_view_layout.h', |
3358 'browser/ui/views/frame/browser_window_move_observer.h', | |
3359 'browser/ui/views/frame/contents_container.cc', | 3358 'browser/ui/views/frame/contents_container.cc', |
3360 'browser/ui/views/frame/contents_container.h', | 3359 'browser/ui/views/frame/contents_container.h', |
3361 'browser/ui/views/frame/glass_browser_frame_view.cc', | 3360 'browser/ui/views/frame/glass_browser_frame_view.cc', |
3362 'browser/ui/views/frame/glass_browser_frame_view.h', | 3361 'browser/ui/views/frame/glass_browser_frame_view.h', |
3363 'browser/ui/views/frame/native_browser_frame.h', | 3362 'browser/ui/views/frame/native_browser_frame.h', |
3364 'browser/ui/views/frame/opaque_browser_frame_view.cc', | 3363 'browser/ui/views/frame/opaque_browser_frame_view.cc', |
3365 'browser/ui/views/frame/opaque_browser_frame_view.h', | 3364 'browser/ui/views/frame/opaque_browser_frame_view.h', |
3366 'browser/ui/views/frame/popup_non_client_frame_view.cc', | 3365 'browser/ui/views/frame/popup_non_client_frame_view.cc', |
3367 'browser/ui/views/frame/popup_non_client_frame_view.h', | 3366 'browser/ui/views/frame/popup_non_client_frame_view.h', |
3368 'browser/ui/views/frame/system_menu_model.cc', | 3367 'browser/ui/views/frame/system_menu_model.cc', |
(...skipping 1836 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5205 'type': 'static_library', | 5204 'type': 'static_library', |
5206 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], | 5205 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], |
5207 'variables': { | 5206 'variables': { |
5208 'proto_in_dir': 'browser/chromeos/gdata', | 5207 'proto_in_dir': 'browser/chromeos/gdata', |
5209 'proto_out_dir': 'chrome/browser/chromeos/gdata', | 5208 'proto_out_dir': 'chrome/browser/chromeos/gdata', |
5210 }, | 5209 }, |
5211 'includes': [ '../build/protoc.gypi' ] | 5210 'includes': [ '../build/protoc.gypi' ] |
5212 }, | 5211 }, |
5213 ], | 5212 ], |
5214 } | 5213 } |
OLD | NEW |