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 3338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3349 'browser/ui/views/frame/browser_non_client_frame_view.h', | 3349 'browser/ui/views/frame/browser_non_client_frame_view.h', |
3350 'browser/ui/views/frame/browser_non_client_frame_view_factory_aura.cc', | 3350 'browser/ui/views/frame/browser_non_client_frame_view_factory_aura.cc', |
3351 'browser/ui/views/frame/browser_non_client_frame_view_factory_win.cc', | 3351 'browser/ui/views/frame/browser_non_client_frame_view_factory_win.cc', |
3352 'browser/ui/views/frame/browser_non_client_frame_view_factory_x11.cc', | 3352 'browser/ui/views/frame/browser_non_client_frame_view_factory_x11.cc', |
3353 'browser/ui/views/frame/browser_root_view.cc', | 3353 'browser/ui/views/frame/browser_root_view.cc', |
3354 'browser/ui/views/frame/browser_root_view.h', | 3354 'browser/ui/views/frame/browser_root_view.h', |
3355 'browser/ui/views/frame/browser_view.cc', | 3355 'browser/ui/views/frame/browser_view.cc', |
3356 'browser/ui/views/frame/browser_view.h', | 3356 'browser/ui/views/frame/browser_view.h', |
3357 'browser/ui/views/frame/browser_view_layout.cc', | 3357 'browser/ui/views/frame/browser_view_layout.cc', |
3358 'browser/ui/views/frame/browser_view_layout.h', | 3358 'browser/ui/views/frame/browser_view_layout.h', |
3359 'browser/ui/views/frame/browser_window_move_observer.h', | |
3360 'browser/ui/views/frame/contents_container.cc', | 3359 'browser/ui/views/frame/contents_container.cc', |
3361 'browser/ui/views/frame/contents_container.h', | 3360 'browser/ui/views/frame/contents_container.h', |
3362 'browser/ui/views/frame/glass_browser_frame_view.cc', | 3361 'browser/ui/views/frame/glass_browser_frame_view.cc', |
3363 'browser/ui/views/frame/glass_browser_frame_view.h', | 3362 'browser/ui/views/frame/glass_browser_frame_view.h', |
3364 'browser/ui/views/frame/native_browser_frame.h', | 3363 'browser/ui/views/frame/native_browser_frame.h', |
3365 'browser/ui/views/frame/opaque_browser_frame_view.cc', | 3364 'browser/ui/views/frame/opaque_browser_frame_view.cc', |
3366 'browser/ui/views/frame/opaque_browser_frame_view.h', | 3365 'browser/ui/views/frame/opaque_browser_frame_view.h', |
3367 'browser/ui/views/frame/popup_non_client_frame_view.cc', | 3366 'browser/ui/views/frame/popup_non_client_frame_view.cc', |
3368 'browser/ui/views/frame/popup_non_client_frame_view.h', | 3367 'browser/ui/views/frame/popup_non_client_frame_view.h', |
3369 'browser/ui/views/frame/system_menu_model.cc', | 3368 'browser/ui/views/frame/system_menu_model.cc', |
(...skipping 1872 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5242 'type': 'static_library', | 5241 'type': 'static_library', |
5243 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], | 5242 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], |
5244 'variables': { | 5243 'variables': { |
5245 'proto_in_dir': 'browser/chromeos/gdata', | 5244 'proto_in_dir': 'browser/chromeos/gdata', |
5246 'proto_out_dir': 'chrome/browser/chromeos/gdata', | 5245 'proto_out_dir': 'chrome/browser/chromeos/gdata', |
5247 }, | 5246 }, |
5248 'includes': [ '../build/protoc.gypi' ] | 5247 'includes': [ '../build/protoc.gypi' ] |
5249 }, | 5248 }, |
5250 ], | 5249 ], |
5251 } | 5250 } |
OLD | NEW |