Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1530393003: WIP: Move 'X-Frame-Options' checking to the browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 505 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 'browser/search/search.cc', 516 'browser/search/search.cc',
517 'browser/search/search.h', 517 'browser/search/search.h',
518 'browser/search/suggestions/image_fetcher_impl.cc', 518 'browser/search/suggestions/image_fetcher_impl.cc',
519 'browser/search/suggestions/image_fetcher_impl.h', 519 'browser/search/suggestions/image_fetcher_impl.h',
520 'browser/search/suggestions/suggestions_service_factory.cc', 520 'browser/search/suggestions/suggestions_service_factory.cc',
521 'browser/search/suggestions/suggestions_service_factory.h', 521 'browser/search/suggestions/suggestions_service_factory.h',
522 'browser/search/suggestions/suggestions_source.cc', 522 'browser/search/suggestions/suggestions_source.cc',
523 'browser/search/suggestions/suggestions_source.h', 523 'browser/search/suggestions/suggestions_source.h',
524 'browser/search/thumbnail_source.cc', 524 'browser/search/thumbnail_source.cc',
525 'browser/search/thumbnail_source.h', 525 'browser/search/thumbnail_source.h',
526 'browser/security/xfo_throttle.cc',
527 'browser/security/xfo_throttle.h',
526 'browser/shell_integration.cc', 528 'browser/shell_integration.cc',
527 'browser/shell_integration.h', 529 'browser/shell_integration.h',
528 'browser/shell_integration_android.cc', 530 'browser/shell_integration_android.cc',
529 'browser/shell_integration_chromeos.cc', 531 'browser/shell_integration_chromeos.cc',
530 'browser/shell_integration_mac.mm', 532 'browser/shell_integration_mac.mm',
531 'browser/shell_integration_win.cc', 533 'browser/shell_integration_win.cc',
532 'browser/site_details.cc', 534 'browser/site_details.cc',
533 'browser/site_details.h', 535 'browser/site_details.h',
534 'browser/speech/chrome_speech_recognition_manager_delegate.cc', 536 'browser/speech/chrome_speech_recognition_manager_delegate.cc',
535 'browser/speech/chrome_speech_recognition_manager_delegate.h', 537 'browser/speech/chrome_speech_recognition_manager_delegate.h',
(...skipping 3652 matching lines...) Expand 10 before | Expand all | Expand 10 after
4188 '../components/components.gyp:omnibox_browser', 4190 '../components/components.gyp:omnibox_browser',
4189 '../components/components.gyp:rlz', 4191 '../components/components.gyp:rlz',
4190 '../components/components.gyp:search_engines', 4192 '../components/components.gyp:search_engines',
4191 '../rlz/rlz.gyp:rlz_lib', 4193 '../rlz/rlz.gyp:rlz_lib',
4192 ], 4194 ],
4193 }, 4195 },
4194 ], 4196 ],
4195 }], 4197 }],
4196 ], 4198 ],
4197 } 4199 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698