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 3923 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3934 'browser/ui/webui/sessions_ui.cc', | 3934 'browser/ui/webui/sessions_ui.cc', |
3935 'browser/ui/webui/sessions_ui.h', | 3935 'browser/ui/webui/sessions_ui.h', |
3936 'browser/ui/webui/shared_resources_data_source.cc', | 3936 'browser/ui/webui/shared_resources_data_source.cc', |
3937 'browser/ui/webui/shared_resources_data_source.h', | 3937 'browser/ui/webui/shared_resources_data_source.h', |
3938 'browser/ui/webui/signin/login_ui_service.cc', | 3938 'browser/ui/webui/signin/login_ui_service.cc', |
3939 'browser/ui/webui/signin/login_ui_service.h', | 3939 'browser/ui/webui/signin/login_ui_service.h', |
3940 'browser/ui/webui/signin/login_ui_service_factory.cc', | 3940 'browser/ui/webui/signin/login_ui_service_factory.cc', |
3941 'browser/ui/webui/signin/login_ui_service_factory.h', | 3941 'browser/ui/webui/signin/login_ui_service_factory.h', |
3942 'browser/ui/webui/sync_internals_ui.cc', | 3942 'browser/ui/webui/sync_internals_ui.cc', |
3943 'browser/ui/webui/sync_internals_ui.h', | 3943 'browser/ui/webui/sync_internals_ui.h', |
3944 'browser/ui/webui/sync_promo/sync_promo_dialog.cc', | |
3945 'browser/ui/webui/sync_promo/sync_promo_dialog.h', | |
3946 'browser/ui/webui/sync_promo/sync_promo_handler.cc', | 3944 'browser/ui/webui/sync_promo/sync_promo_handler.cc', |
3947 'browser/ui/webui/sync_promo/sync_promo_handler.h', | 3945 'browser/ui/webui/sync_promo/sync_promo_handler.h', |
3948 'browser/ui/webui/sync_promo/sync_promo_trial.cc', | 3946 'browser/ui/webui/sync_promo/sync_promo_trial.cc', |
3949 'browser/ui/webui/sync_promo/sync_promo_trial.h', | 3947 'browser/ui/webui/sync_promo/sync_promo_trial.h', |
3950 'browser/ui/webui/sync_promo/sync_promo_ui.cc', | 3948 'browser/ui/webui/sync_promo/sync_promo_ui.cc', |
3951 'browser/ui/webui/sync_promo/sync_promo_ui.h', | 3949 'browser/ui/webui/sync_promo/sync_promo_ui.h', |
3952 'browser/ui/webui/sync_setup_handler.cc', | 3950 'browser/ui/webui/sync_setup_handler.cc', |
3953 'browser/ui/webui/sync_setup_handler.h', | 3951 'browser/ui/webui/sync_setup_handler.h', |
3954 'browser/ui/webui/tab_modal_confirm_dialog_webui.cc', | 3952 'browser/ui/webui/tab_modal_confirm_dialog_webui.cc', |
3955 'browser/ui/webui/tab_modal_confirm_dialog_webui.h', | 3953 'browser/ui/webui/tab_modal_confirm_dialog_webui.h', |
(...skipping 1331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5287 'variables': { | 5285 'variables': { |
5288 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5286 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
5289 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5287 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
5290 }, | 5288 }, |
5291 'includes': ['../build/protoc.gypi'], | 5289 'includes': ['../build/protoc.gypi'], |
5292 }], | 5290 }], |
5293 ], | 5291 ], |
5294 }, | 5292 }, |
5295 ], | 5293 ], |
5296 } | 5294 } |
OLD | NEW |