| OLD | NEW | 
|---|
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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   'variables': { | 6   'variables': { | 
| 7     # All .cc, .h, .m, and .mm files under browser except for: | 7     # All .cc, .h, .m, and .mm files under browser except for: | 
| 8     # * tests and mocks. | 8     # * tests and mocks. | 
| 9     # * code below browser/chromeos | 9     # * code below browser/chromeos | 
| 10     # * code below browser/extensions | 10     # * code below browser/extensions | 
| (...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 570       'browser/search/suggestions/image_fetcher_impl.cc', | 570       'browser/search/suggestions/image_fetcher_impl.cc', | 
| 571       'browser/search/suggestions/image_fetcher_impl.h', | 571       'browser/search/suggestions/image_fetcher_impl.h', | 
| 572       'browser/search/suggestions/suggestions_service_factory.cc', | 572       'browser/search/suggestions/suggestions_service_factory.cc', | 
| 573       'browser/search/suggestions/suggestions_service_factory.h', | 573       'browser/search/suggestions/suggestions_service_factory.h', | 
| 574       'browser/search/suggestions/suggestions_ui.cc', | 574       'browser/search/suggestions/suggestions_ui.cc', | 
| 575       'browser/search/suggestions/suggestions_ui.h', | 575       'browser/search/suggestions/suggestions_ui.h', | 
| 576       'browser/search/thumbnail_source.cc', | 576       'browser/search/thumbnail_source.cc', | 
| 577       'browser/search/thumbnail_source.h', | 577       'browser/search/thumbnail_source.h', | 
| 578       'browser/sessions/restore_on_startup_policy_handler.cc', | 578       'browser/sessions/restore_on_startup_policy_handler.cc', | 
| 579       'browser/sessions/restore_on_startup_policy_handler.h', | 579       'browser/sessions/restore_on_startup_policy_handler.h', | 
|  | 580       'browser/settings_app_monitor_win.cc', | 
|  | 581       'browser/settings_app_monitor_win.h', | 
| 580       'browser/shell_integration.cc', | 582       'browser/shell_integration.cc', | 
| 581       'browser/shell_integration.h', | 583       'browser/shell_integration.h', | 
| 582       'browser/shell_integration_android.cc', | 584       'browser/shell_integration_android.cc', | 
| 583       'browser/shell_integration_chromeos.cc', | 585       'browser/shell_integration_chromeos.cc', | 
| 584       'browser/shell_integration_mac.mm', | 586       'browser/shell_integration_mac.mm', | 
| 585       'browser/shell_integration_win.cc', | 587       'browser/shell_integration_win.cc', | 
| 586       'browser/shell_integration_win.h', | 588       'browser/shell_integration_win.h', | 
| 587       'browser/site_details.cc', | 589       'browser/site_details.cc', | 
| 588       'browser/site_details.h', | 590       'browser/site_details.h', | 
| 589       'browser/speech/chrome_speech_recognition_manager_delegate.cc', | 591       'browser/speech/chrome_speech_recognition_manager_delegate.cc', | 
| (...skipping 3664 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 4254             '../components/components.gyp:rlz', | 4256             '../components/components.gyp:rlz', | 
| 4255             '../components/components.gyp:search_engines', | 4257             '../components/components.gyp:search_engines', | 
| 4256             '../rlz/rlz.gyp:rlz_lib', | 4258             '../rlz/rlz.gyp:rlz_lib', | 
| 4257             'common', | 4259             'common', | 
| 4258           ], | 4260           ], | 
| 4259         }, | 4261         }, | 
| 4260       ], | 4262       ], | 
| 4261     }], | 4263     }], | 
| 4262   ], | 4264   ], | 
| 4263 } | 4265 } | 
| OLD | NEW | 
|---|