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

Side by Side Diff: trunk/src/chrome/chrome_browser.gypi

Issue 473263005: Revert 291002 "Introduce WebViewGuestDelegate." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 4 months 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 | Annotate | Revision Log
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 1468 matching lines...) Expand 10 before | Expand all | Expand 10 after
1479 'browser/guest_view/app_view/app_view_constants.cc', 1479 'browser/guest_view/app_view/app_view_constants.cc',
1480 'browser/guest_view/app_view/app_view_constants.h', 1480 'browser/guest_view/app_view/app_view_constants.h',
1481 'browser/guest_view/app_view/app_view_guest.cc', 1481 'browser/guest_view/app_view/app_view_guest.cc',
1482 'browser/guest_view/app_view/app_view_guest.h', 1482 'browser/guest_view/app_view/app_view_guest.h',
1483 'browser/guest_view/extension_options/extension_options_constants.cc', 1483 'browser/guest_view/extension_options/extension_options_constants.cc',
1484 'browser/guest_view/extension_options/extension_options_constants.h', 1484 'browser/guest_view/extension_options/extension_options_constants.h',
1485 'browser/guest_view/extension_options/extension_options_guest.cc', 1485 'browser/guest_view/extension_options/extension_options_guest.cc',
1486 'browser/guest_view/extension_options/extension_options_guest.h', 1486 'browser/guest_view/extension_options/extension_options_guest.h',
1487 'browser/guest_view/web_view/chrome_web_view_permission_helper_delegate.cc ', 1487 'browser/guest_view/web_view/chrome_web_view_permission_helper_delegate.cc ',
1488 'browser/guest_view/web_view/chrome_web_view_permission_helper_delegate.h' , 1488 'browser/guest_view/web_view/chrome_web_view_permission_helper_delegate.h' ,
1489 'browser/guest_view/web_view/chrome_web_view_guest_delegate.cc',
1490 'browser/guest_view/web_view/chrome_web_view_guest_delegate.h',
1491 'browser/guest_view/web_view/context_menu_content_type_web_view.cc', 1489 'browser/guest_view/web_view/context_menu_content_type_web_view.cc',
1492 'browser/guest_view/web_view/context_menu_content_type_web_view.h', 1490 'browser/guest_view/web_view/context_menu_content_type_web_view.h',
1493 'browser/guest_view/web_view/javascript_dialog_helper.cc', 1491 'browser/guest_view/web_view/javascript_dialog_helper.cc',
1494 'browser/guest_view/web_view/javascript_dialog_helper.h', 1492 'browser/guest_view/web_view/javascript_dialog_helper.h',
1495 'browser/guest_view/web_view/web_view_constants.cc', 1493 'browser/guest_view/web_view/web_view_constants.cc',
1496 'browser/guest_view/web_view/web_view_constants.h', 1494 'browser/guest_view/web_view/web_view_constants.h',
1497 'browser/guest_view/web_view/web_view_find_helper.cc', 1495 'browser/guest_view/web_view/web_view_find_helper.cc',
1498 'browser/guest_view/web_view/web_view_find_helper.h', 1496 'browser/guest_view/web_view/web_view_find_helper.h',
1499 'browser/guest_view/web_view/web_view_guest.cc', 1497 'browser/guest_view/web_view/web_view_guest.cc',
1500 'browser/guest_view/web_view/web_view_guest.h', 1498 'browser/guest_view/web_view/web_view_guest.h',
(...skipping 2081 matching lines...) Expand 10 before | Expand all | Expand 10 after
3582 'variables': { 3580 'variables': {
3583 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3581 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3584 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3582 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3585 }, 3583 },
3586 'includes': [ '../build/protoc.gypi' ] 3584 'includes': [ '../build/protoc.gypi' ]
3587 }, 3585 },
3588 ], 3586 ],
3589 },], 3587 },],
3590 ], 3588 ],
3591 } 3589 }
OLDNEW
« no previous file with comments | « trunk/src/chrome/browser/guest_view/web_view/web_view_guest.cc ('k') | trunk/src/extensions/browser/guest_view/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698