OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'browser', | 9 'target_name': 'browser', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 3917 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3928 'browser/ui/webui/test_chrome_web_ui_controller_factory.h', | 3928 'browser/ui/webui/test_chrome_web_ui_controller_factory.h', |
3929 'browser/ui/webui/theme_source.cc', | 3929 'browser/ui/webui/theme_source.cc', |
3930 'browser/ui/webui/theme_source.h', | 3930 'browser/ui/webui/theme_source.h', |
3931 'browser/ui/webui/tracing_ui.cc', | 3931 'browser/ui/webui/tracing_ui.cc', |
3932 'browser/ui/webui/tracing_ui.h', | 3932 'browser/ui/webui/tracing_ui.h', |
3933 'browser/ui/webui/uber/uber_ui.cc', | 3933 'browser/ui/webui/uber/uber_ui.cc', |
3934 'browser/ui/webui/uber/uber_ui.h', | 3934 'browser/ui/webui/uber/uber_ui.h', |
3935 'browser/ui/webui/web_dialog_controller.cc', | 3935 'browser/ui/webui/web_dialog_controller.cc', |
3936 'browser/ui/webui/web_dialog_controller.h', | 3936 'browser/ui/webui/web_dialog_controller.h', |
3937 'browser/ui/webui/web_dialog_delegate.h', | 3937 'browser/ui/webui/web_dialog_delegate.h', |
| 3938 'browser/ui/webui/web_dialog_observer.h', |
3938 'browser/ui/webui/web_dialog_web_contents_delegate.cc', | 3939 'browser/ui/webui/web_dialog_web_contents_delegate.cc', |
3939 'browser/ui/webui/web_dialog_web_contents_delegate.h', | 3940 'browser/ui/webui/web_dialog_web_contents_delegate.h', |
3940 'browser/ui/webui/web_dialog_ui.cc', | 3941 'browser/ui/webui/web_dialog_ui.cc', |
3941 'browser/ui/webui/web_dialog_ui.h', | 3942 'browser/ui/webui/web_dialog_ui.h', |
3942 'browser/ui/webui/web_ui_util.cc', | 3943 'browser/ui/webui/web_ui_util.cc', |
3943 'browser/ui/webui/web_ui_util.h', | 3944 'browser/ui/webui/web_ui_util.h', |
3944 'browser/ui/window_sizer.cc', | 3945 'browser/ui/window_sizer.cc', |
3945 'browser/ui/window_sizer.h', | 3946 'browser/ui/window_sizer.h', |
3946 'browser/ui/window_sizer_ash.cc', | 3947 'browser/ui/window_sizer_ash.cc', |
3947 'browser/ui/window_sizer_aura.cc', | 3948 'browser/ui/window_sizer_aura.cc', |
(...skipping 1127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5075 'browser/metrics/proto/study.proto', | 5076 'browser/metrics/proto/study.proto', |
5076 ], | 5077 ], |
5077 'variables': { | 5078 'variables': { |
5078 'proto_in_dir': 'browser/metrics/proto', | 5079 'proto_in_dir': 'browser/metrics/proto', |
5079 'proto_out_dir': 'chrome/browser/metrics/proto', | 5080 'proto_out_dir': 'chrome/browser/metrics/proto', |
5080 }, | 5081 }, |
5081 'includes': [ '../build/protoc.gypi' ] | 5082 'includes': [ '../build/protoc.gypi' ] |
5082 }, | 5083 }, |
5083 ], | 5084 ], |
5084 } | 5085 } |
OLD | NEW |