| 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 3687 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 3698         'browser/ui/webui/ntp/new_tab_page_sync_handler.h', | 3698         'browser/ui/webui/ntp/new_tab_page_sync_handler.h', | 
| 3699         'browser/ui/webui/ntp/new_tab_ui.cc', | 3699         'browser/ui/webui/ntp/new_tab_ui.cc', | 
| 3700         'browser/ui/webui/ntp/new_tab_ui.h', | 3700         'browser/ui/webui/ntp/new_tab_ui.h', | 
| 3701         'browser/ui/webui/ntp/ntp_login_handler.cc', | 3701         'browser/ui/webui/ntp/ntp_login_handler.cc', | 
| 3702         'browser/ui/webui/ntp/ntp_login_handler.h', | 3702         'browser/ui/webui/ntp/ntp_login_handler.h', | 
| 3703         'browser/ui/webui/ntp/ntp_resource_cache_android.cc', | 3703         'browser/ui/webui/ntp/ntp_resource_cache_android.cc', | 
| 3704         'browser/ui/webui/ntp/ntp_resource_cache.cc', | 3704         'browser/ui/webui/ntp/ntp_resource_cache.cc', | 
| 3705         'browser/ui/webui/ntp/ntp_resource_cache.h', | 3705         'browser/ui/webui/ntp/ntp_resource_cache.h', | 
| 3706         'browser/ui/webui/ntp/ntp_resource_cache_factory.cc', | 3706         'browser/ui/webui/ntp/ntp_resource_cache_factory.cc', | 
| 3707         'browser/ui/webui/ntp/ntp_resource_cache_factory.h', | 3707         'browser/ui/webui/ntp/ntp_resource_cache_factory.h', | 
|  | 3708         'browser/ui/webui/ntp/ntp_stats.h', | 
| 3708         'browser/ui/webui/ntp/recently_closed_tabs_handler.cc', | 3709         'browser/ui/webui/ntp/recently_closed_tabs_handler.cc', | 
| 3709         'browser/ui/webui/ntp/recently_closed_tabs_handler.h', | 3710         'browser/ui/webui/ntp/recently_closed_tabs_handler.h', | 
| 3710         'browser/ui/webui/ntp/suggestions_page_handler.cc', | 3711         'browser/ui/webui/ntp/suggestions_page_handler.cc', | 
| 3711         'browser/ui/webui/ntp/suggestions_page_handler.h', | 3712         'browser/ui/webui/ntp/suggestions_page_handler.h', | 
| 3712         'browser/ui/webui/ntp/thumbnail_source.cc', | 3713         'browser/ui/webui/ntp/thumbnail_source.cc', | 
| 3713         'browser/ui/webui/ntp/thumbnail_source.h', | 3714         'browser/ui/webui/ntp/thumbnail_source.h', | 
| 3714         'browser/ui/webui/omnibox/omnibox_ui.cc', | 3715         'browser/ui/webui/omnibox/omnibox_ui.cc', | 
| 3715         'browser/ui/webui/omnibox/omnibox_ui.h', | 3716         'browser/ui/webui/omnibox/omnibox_ui.h', | 
| 3716         'browser/ui/webui/omnibox/omnibox_ui_handler.cc', | 3717         'browser/ui/webui/omnibox/omnibox_ui_handler.cc', | 
| 3717         'browser/ui/webui/omnibox/omnibox_ui_handler.h', | 3718         'browser/ui/webui/omnibox/omnibox_ui_handler.h', | 
| (...skipping 1494 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 5212       'type': 'static_library', | 5213       'type': 'static_library', | 
| 5213       'sources': [ 'browser/chromeos/gdata/gdata.proto' ], | 5214       'sources': [ 'browser/chromeos/gdata/gdata.proto' ], | 
| 5214       'variables': { | 5215       'variables': { | 
| 5215         'proto_in_dir': 'browser/chromeos/gdata', | 5216         'proto_in_dir': 'browser/chromeos/gdata', | 
| 5216         'proto_out_dir': 'chrome/browser/chromeos/gdata', | 5217         'proto_out_dir': 'chrome/browser/chromeos/gdata', | 
| 5217       }, | 5218       }, | 
| 5218       'includes': [ '../build/protoc.gypi' ] | 5219       'includes': [ '../build/protoc.gypi' ] | 
| 5219     }, | 5220     }, | 
| 5220   ], | 5221   ], | 
| 5221 } | 5222 } | 
| OLD | NEW | 
|---|