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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10855151: Gradient overlay for constrained window (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chromeos Created 8 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
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/renderer/chrome_render_view_observer.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 3006 matching lines...) Expand 10 before | Expand all | Expand 10 after
3017 'renderer/automation/automation_renderer_helper_browsertest.cc', 3017 'renderer/automation/automation_renderer_helper_browsertest.cc',
3018 'renderer/content_settings_observer_browsertest.cc', 3018 'renderer/content_settings_observer_browsertest.cc',
3019 'renderer/page_click_tracker_browsertest.cc', 3019 'renderer/page_click_tracker_browsertest.cc',
3020 'renderer/print_web_view_helper_browsertest.cc', 3020 'renderer/print_web_view_helper_browsertest.cc',
3021 'renderer/safe_browsing/malware_dom_details_browsertest.cc', 3021 'renderer/safe_browsing/malware_dom_details_browsertest.cc',
3022 'renderer/safe_browsing/phishing_classifier_browsertest.cc', 3022 'renderer/safe_browsing/phishing_classifier_browsertest.cc',
3023 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', 3023 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc',
3024 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', 3024 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc',
3025 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', 3025 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc',
3026 'renderer/translate_helper_browsertest.cc', 3026 'renderer/translate_helper_browsertest.cc',
3027 'renderer/webview_animating_overlay_browsertest.cc',
3027 'test/base/empty_browser_test.cc', 3028 'test/base/empty_browser_test.cc',
3028 'test/base/in_process_browser_test_browsertest.cc', 3029 'test/base/in_process_browser_test_browsertest.cc',
3029 'test/base/chrome_render_view_test.cc', 3030 'test/base/chrome_render_view_test.cc',
3030 'test/base/chrome_render_view_test.h', 3031 'test/base/chrome_render_view_test.h',
3031 'test/base/chrome_test_launcher.cc', 3032 'test/base/chrome_test_launcher.cc',
3032 'test/data/webui/assertions.js', 3033 'test/data/webui/assertions.js',
3033 'test/data/webui/async_gen.cc', 3034 'test/data/webui/async_gen.cc',
3034 'test/data/webui/async_gen.h', 3035 'test/data/webui/async_gen.h',
3035 'test/data/webui/async_gen.js', 3036 'test/data/webui/async_gen.js',
3036 'test/data/webui/certificate_viewer_dialog_test.js', 3037 'test/data/webui/certificate_viewer_dialog_test.js',
(...skipping 1656 matching lines...) Expand 10 before | Expand all | Expand 10 after
4693 '--result', '<@(_outputs)', 4694 '--result', '<@(_outputs)',
4694 '--isolate', 'browser_tests.isolate', 4695 '--isolate', 'browser_tests.isolate',
4695 ], 4696 ],
4696 }, 4697 },
4697 ], 4698 ],
4698 }, 4699 },
4699 ], 4700 ],
4700 }], 4701 }],
4701 ], # 'conditions' 4702 ], # 'conditions'
4702 } 4703 }
OLDNEW
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/renderer/chrome_render_view_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698