| 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 518 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 529 'browser/search/most_visited_iframe_source.cc', | 529 'browser/search/most_visited_iframe_source.cc', |
| 530 'browser/search/most_visited_iframe_source.h', | 530 'browser/search/most_visited_iframe_source.h', |
| 531 'browser/search/search.cc', | 531 'browser/search/search.cc', |
| 532 'browser/search/search.h', | 532 'browser/search/search.h', |
| 533 'browser/search/suggestions/image_fetcher_impl.cc', | 533 'browser/search/suggestions/image_fetcher_impl.cc', |
| 534 'browser/search/suggestions/image_fetcher_impl.h', | 534 'browser/search/suggestions/image_fetcher_impl.h', |
| 535 'browser/search/suggestions/suggestions_service_factory.cc', | 535 'browser/search/suggestions/suggestions_service_factory.cc', |
| 536 'browser/search/suggestions/suggestions_service_factory.h', | 536 'browser/search/suggestions/suggestions_service_factory.h', |
| 537 'browser/search/suggestions/suggestions_source.cc', | 537 'browser/search/suggestions/suggestions_source.cc', |
| 538 'browser/search/suggestions/suggestions_source.h', | 538 'browser/search/suggestions/suggestions_source.h', |
| 539 'browser/search/suggestions/suggestions_utils.cc', | |
| 540 'browser/search/suggestions/suggestions_utils.h', | |
| 541 'browser/search/thumbnail_source.cc', | 539 'browser/search/thumbnail_source.cc', |
| 542 'browser/search/thumbnail_source.h', | 540 'browser/search/thumbnail_source.h', |
| 543 'browser/shell_integration.cc', | 541 'browser/shell_integration.cc', |
| 544 'browser/shell_integration.h', | 542 'browser/shell_integration.h', |
| 545 'browser/shell_integration_android.cc', | 543 'browser/shell_integration_android.cc', |
| 546 'browser/shell_integration_chromeos.cc', | 544 'browser/shell_integration_chromeos.cc', |
| 547 'browser/shell_integration_mac.mm', | 545 'browser/shell_integration_mac.mm', |
| 548 'browser/shell_integration_win.cc', | 546 'browser/shell_integration_win.cc', |
| 549 'browser/site_details.cc', | 547 'browser/site_details.cc', |
| 550 'browser/site_details.h', | 548 'browser/site_details.h', |
| (...skipping 3691 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4242 '../components/components.gyp:rlz', | 4240 '../components/components.gyp:rlz', |
| 4243 '../components/components.gyp:search_engines', | 4241 '../components/components.gyp:search_engines', |
| 4244 '../rlz/rlz.gyp:rlz_lib', | 4242 '../rlz/rlz.gyp:rlz_lib', |
| 4245 'common', | 4243 'common', |
| 4246 ], | 4244 ], |
| 4247 }, | 4245 }, |
| 4248 ], | 4246 ], |
| 4249 }], | 4247 }], |
| 4250 ], | 4248 ], |
| 4251 } | 4249 } |
| OLD | NEW |