| 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 3864 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3875 'browser/ui/webui/test_chrome_web_ui_controller_factory.cc', | 3875 'browser/ui/webui/test_chrome_web_ui_controller_factory.cc', |
| 3876 'browser/ui/webui/test_chrome_web_ui_controller_factory.h', | 3876 'browser/ui/webui/test_chrome_web_ui_controller_factory.h', |
| 3877 'browser/ui/webui/theme_source.cc', | 3877 'browser/ui/webui/theme_source.cc', |
| 3878 'browser/ui/webui/theme_source.h', | 3878 'browser/ui/webui/theme_source.h', |
| 3879 'browser/ui/webui/tracing_ui.cc', | 3879 'browser/ui/webui/tracing_ui.cc', |
| 3880 'browser/ui/webui/tracing_ui.h', | 3880 'browser/ui/webui/tracing_ui.h', |
| 3881 'browser/ui/webui/uber/uber_ui.cc', | 3881 'browser/ui/webui/uber/uber_ui.cc', |
| 3882 'browser/ui/webui/uber/uber_ui.h', | 3882 'browser/ui/webui/uber/uber_ui.h', |
| 3883 'browser/ui/webui/web_dialog_controller.cc', | 3883 'browser/ui/webui/web_dialog_controller.cc', |
| 3884 'browser/ui/webui/web_dialog_controller.h', | 3884 'browser/ui/webui/web_dialog_controller.h', |
| 3885 'browser/ui/webui/web_dialog_web_contents_delegate.cc', | 3885 'browser/ui/webui/chrome_web_dialog_web_contents_delegate.cc', |
| 3886 'browser/ui/webui/web_dialog_web_contents_delegate.h', | 3886 'browser/ui/webui/chrome_web_dialog_web_contents_delegate.h', |
| 3887 'browser/ui/webui/web_dialog_ui.cc', | 3887 'browser/ui/webui/external_web_dialog_ui.cc', |
| 3888 'browser/ui/webui/web_dialog_ui.h', | 3888 'browser/ui/webui/external_web_dialog_ui.h', |
| 3889 'browser/ui/webui/web_ui_util.cc', | 3889 'browser/ui/webui/web_ui_util.cc', |
| 3890 'browser/ui/webui/web_ui_util.h', | 3890 'browser/ui/webui/web_ui_util.h', |
| 3891 'browser/ui/window_sizer.cc', | 3891 'browser/ui/window_sizer.cc', |
| 3892 'browser/ui/window_sizer.h', | 3892 'browser/ui/window_sizer.h', |
| 3893 'browser/ui/window_sizer_ash.cc', | 3893 'browser/ui/window_sizer_ash.cc', |
| 3894 'browser/ui/window_sizer_aura.cc', | 3894 'browser/ui/window_sizer_aura.cc', |
| 3895 'browser/ui/window_sizer_gtk.cc', | 3895 'browser/ui/window_sizer_gtk.cc', |
| 3896 'browser/ui/window_sizer_mac.mm', | 3896 'browser/ui/window_sizer_mac.mm', |
| 3897 'browser/ui/window_sizer_win.cc', | 3897 'browser/ui/window_sizer_win.cc', |
| 3898 'browser/ui/window_snapshot/window_snapshot.h', | 3898 'browser/ui/window_snapshot/window_snapshot.h', |
| (...skipping 1346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5245 'type': 'static_library', | 5245 'type': 'static_library', |
| 5246 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], | 5246 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], |
| 5247 'variables': { | 5247 'variables': { |
| 5248 'proto_in_dir': 'browser/chromeos/gdata', | 5248 'proto_in_dir': 'browser/chromeos/gdata', |
| 5249 'proto_out_dir': 'chrome/browser/chromeos/gdata', | 5249 'proto_out_dir': 'chrome/browser/chromeos/gdata', |
| 5250 }, | 5250 }, |
| 5251 'includes': [ '../build/protoc.gypi' ] | 5251 'includes': [ '../build/protoc.gypi' ] |
| 5252 }, | 5252 }, |
| 5253 ], | 5253 ], |
| 5254 } | 5254 } |
| OLD | NEW |