| 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 547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 558 'browser/search/instant_service_observer.cc', | 558 'browser/search/instant_service_observer.cc', |
| 559 'browser/search/instant_service_observer.h', | 559 'browser/search/instant_service_observer.h', |
| 560 'browser/search/most_visited_iframe_source.cc', | 560 'browser/search/most_visited_iframe_source.cc', |
| 561 'browser/search/most_visited_iframe_source.h', | 561 'browser/search/most_visited_iframe_source.h', |
| 562 'browser/search/search.cc', | 562 'browser/search/search.cc', |
| 563 'browser/search/search.h', | 563 'browser/search/search.h', |
| 564 'browser/search/suggestions/image_fetcher_impl.cc', | 564 'browser/search/suggestions/image_fetcher_impl.cc', |
| 565 'browser/search/suggestions/image_fetcher_impl.h', | 565 'browser/search/suggestions/image_fetcher_impl.h', |
| 566 'browser/search/suggestions/suggestions_service_factory.cc', | 566 'browser/search/suggestions/suggestions_service_factory.cc', |
| 567 'browser/search/suggestions/suggestions_service_factory.h', | 567 'browser/search/suggestions/suggestions_service_factory.h', |
| 568 'browser/search/suggestions/suggestions_source.cc', | 568 'browser/search/suggestions/suggestions_ui.cc', |
| 569 'browser/search/suggestions/suggestions_source.h', | 569 'browser/search/suggestions/suggestions_ui.h', |
| 570 'browser/search/thumbnail_source.cc', | 570 'browser/search/thumbnail_source.cc', |
| 571 'browser/search/thumbnail_source.h', | 571 'browser/search/thumbnail_source.h', |
| 572 'browser/shell_integration.cc', | 572 'browser/shell_integration.cc', |
| 573 'browser/shell_integration.h', | 573 'browser/shell_integration.h', |
| 574 'browser/shell_integration_android.cc', | 574 'browser/shell_integration_android.cc', |
| 575 'browser/shell_integration_chromeos.cc', | 575 'browser/shell_integration_chromeos.cc', |
| 576 'browser/shell_integration_mac.mm', | 576 'browser/shell_integration_mac.mm', |
| 577 'browser/shell_integration_win.h', | 577 'browser/shell_integration_win.h', |
| 578 'browser/shell_integration_win.cc', | 578 'browser/shell_integration_win.cc', |
| 579 'browser/site_details.cc', | 579 'browser/site_details.cc', |
| (...skipping 3627 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4207 '../components/components.gyp:rlz', | 4207 '../components/components.gyp:rlz', |
| 4208 '../components/components.gyp:search_engines', | 4208 '../components/components.gyp:search_engines', |
| 4209 '../rlz/rlz.gyp:rlz_lib', | 4209 '../rlz/rlz.gyp:rlz_lib', |
| 4210 'common', | 4210 'common', |
| 4211 ], | 4211 ], |
| 4212 }, | 4212 }, |
| 4213 ], | 4213 ], |
| 4214 }], | 4214 }], |
| 4215 ], | 4215 ], |
| 4216 } | 4216 } |
| OLD | NEW |