| 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 3696 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3707 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', | 3707 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', |
| 3708 'browser/ui/webui/ntp/new_tab_ui.cc', | 3708 'browser/ui/webui/ntp/new_tab_ui.cc', |
| 3709 'browser/ui/webui/ntp/new_tab_ui.h', | 3709 'browser/ui/webui/ntp/new_tab_ui.h', |
| 3710 'browser/ui/webui/ntp/ntp_login_handler.cc', | 3710 'browser/ui/webui/ntp/ntp_login_handler.cc', |
| 3711 'browser/ui/webui/ntp/ntp_login_handler.h', | 3711 'browser/ui/webui/ntp/ntp_login_handler.h', |
| 3712 'browser/ui/webui/ntp/ntp_resource_cache_android.cc', | 3712 'browser/ui/webui/ntp/ntp_resource_cache_android.cc', |
| 3713 'browser/ui/webui/ntp/ntp_resource_cache.cc', | 3713 'browser/ui/webui/ntp/ntp_resource_cache.cc', |
| 3714 'browser/ui/webui/ntp/ntp_resource_cache.h', | 3714 'browser/ui/webui/ntp/ntp_resource_cache.h', |
| 3715 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc', | 3715 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc', |
| 3716 'browser/ui/webui/ntp/ntp_resource_cache_factory.h', | 3716 'browser/ui/webui/ntp/ntp_resource_cache_factory.h', |
| 3717 'browser/ui/webui/ntp/ntp_stats.h', |
| 3717 'browser/ui/webui/ntp/recently_closed_tabs_handler.cc', | 3718 'browser/ui/webui/ntp/recently_closed_tabs_handler.cc', |
| 3718 'browser/ui/webui/ntp/recently_closed_tabs_handler.h', | 3719 'browser/ui/webui/ntp/recently_closed_tabs_handler.h', |
| 3719 'browser/ui/webui/ntp/suggestions_page_handler.cc', | 3720 'browser/ui/webui/ntp/suggestions_page_handler.cc', |
| 3720 'browser/ui/webui/ntp/suggestions_page_handler.h', | 3721 'browser/ui/webui/ntp/suggestions_page_handler.h', |
| 3721 'browser/ui/webui/ntp/thumbnail_source.cc', | 3722 'browser/ui/webui/ntp/thumbnail_source.cc', |
| 3722 'browser/ui/webui/ntp/thumbnail_source.h', | 3723 'browser/ui/webui/ntp/thumbnail_source.h', |
| 3723 'browser/ui/webui/omnibox/omnibox_ui.cc', | 3724 'browser/ui/webui/omnibox/omnibox_ui.cc', |
| 3724 'browser/ui/webui/omnibox/omnibox_ui.h', | 3725 'browser/ui/webui/omnibox/omnibox_ui.h', |
| 3725 'browser/ui/webui/omnibox/omnibox_ui_handler.cc', | 3726 'browser/ui/webui/omnibox/omnibox_ui_handler.cc', |
| 3726 'browser/ui/webui/omnibox/omnibox_ui_handler.h', | 3727 'browser/ui/webui/omnibox/omnibox_ui_handler.h', |
| (...skipping 1500 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5227 'type': 'static_library', | 5228 'type': 'static_library', |
| 5228 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], | 5229 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], |
| 5229 'variables': { | 5230 'variables': { |
| 5230 'proto_in_dir': 'browser/chromeos/gdata', | 5231 'proto_in_dir': 'browser/chromeos/gdata', |
| 5231 'proto_out_dir': 'chrome/browser/chromeos/gdata', | 5232 'proto_out_dir': 'chrome/browser/chromeos/gdata', |
| 5232 }, | 5233 }, |
| 5233 'includes': [ '../build/protoc.gypi' ] | 5234 'includes': [ '../build/protoc.gypi' ] |
| 5234 }, | 5235 }, |
| 5235 ], | 5236 ], |
| 5236 } | 5237 } |
| OLD | NEW |