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 533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
544 'browser/renderer_host/thread_hop_resource_throttle.cc', | 544 'browser/renderer_host/thread_hop_resource_throttle.cc', |
545 'browser/renderer_host/thread_hop_resource_throttle.h', | 545 'browser/renderer_host/thread_hop_resource_throttle.h', |
546 'browser/renderer_preferences_util.cc', | 546 'browser/renderer_preferences_util.cc', |
547 'browser/renderer_preferences_util.h', | 547 'browser/renderer_preferences_util.h', |
548 'browser/resource_delegate_mac.h', | 548 'browser/resource_delegate_mac.h', |
549 'browser/resource_delegate_mac.mm', | 549 'browser/resource_delegate_mac.mm', |
550 'browser/resources_util.cc', | 550 'browser/resources_util.cc', |
551 'browser/resources_util.h', | 551 'browser/resources_util.h', |
552 'browser/safe_browsing/safe_browsing_tab_observer.cc', | 552 'browser/safe_browsing/safe_browsing_tab_observer.cc', |
553 'browser/safe_browsing/safe_browsing_tab_observer.h', | 553 'browser/safe_browsing/safe_browsing_tab_observer.h', |
| 554 'browser/safe_browsing/srt_client_info_win.cc', |
| 555 'browser/safe_browsing/srt_client_info_win.h', |
554 'browser/safe_browsing/srt_fetcher_win.cc', | 556 'browser/safe_browsing/srt_fetcher_win.cc', |
555 'browser/safe_browsing/srt_fetcher_win.h', | 557 'browser/safe_browsing/srt_fetcher_win.h', |
556 'browser/safe_browsing/srt_field_trial_win.cc', | 558 'browser/safe_browsing/srt_field_trial_win.cc', |
557 'browser/safe_browsing/srt_field_trial_win.h', | 559 'browser/safe_browsing/srt_field_trial_win.h', |
558 'browser/safe_browsing/srt_global_error_win.cc', | 560 'browser/safe_browsing/srt_global_error_win.cc', |
559 'browser/safe_browsing/srt_global_error_win.h', | 561 'browser/safe_browsing/srt_global_error_win.h', |
560 'browser/search/iframe_source.cc', | 562 'browser/search/iframe_source.cc', |
561 'browser/search/iframe_source.h', | 563 'browser/search/iframe_source.h', |
562 'browser/search/instant_io_context.cc', | 564 'browser/search/instant_io_context.cc', |
563 'browser/search/instant_io_context.h', | 565 'browser/search/instant_io_context.h', |
(...skipping 3789 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4353 '../components/components.gyp:rlz', | 4355 '../components/components.gyp:rlz', |
4354 '../components/components.gyp:search_engines', | 4356 '../components/components.gyp:search_engines', |
4355 '../rlz/rlz.gyp:rlz_lib', | 4357 '../rlz/rlz.gyp:rlz_lib', |
4356 'common', | 4358 'common', |
4357 ], | 4359 ], |
4358 }, | 4360 }, |
4359 ], | 4361 ], |
4360 }], | 4362 }], |
4361 ], | 4363 ], |
4362 } | 4364 } |
OLD | NEW |