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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8970016: refactoring mouse lock to support pepper and WebKit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CONTENT_EXPORT Created 8 years, 11 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 | « no previous file | content/content_renderer.gypi » ('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 2809 matching lines...) Expand 10 before | Expand all | Expand 10 after
2820 '../content/browser/indexed_db/idbbindingutilities_browsertest.cc', 2820 '../content/browser/indexed_db/idbbindingutilities_browsertest.cc',
2821 '../content/browser/plugin_data_remover_impl_browsertest.cc', 2821 '../content/browser/plugin_data_remover_impl_browsertest.cc',
2822 '../content/browser/plugin_service_impl_browsertest.cc', 2822 '../content/browser/plugin_service_impl_browsertest.cc',
2823 '../content/browser/renderer_host/render_process_host_browsertest.cc', 2823 '../content/browser/renderer_host/render_process_host_browsertest.cc',
2824 '../content/browser/renderer_host/render_process_host_browsertest.h', 2824 '../content/browser/renderer_host/render_process_host_browsertest.h',
2825 '../content/browser/renderer_host/render_view_host_browsertest.cc', 2825 '../content/browser/renderer_host/render_view_host_browsertest.cc',
2826 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c', 2826 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c',
2827 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c', 2827 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c',
2828 '../content/browser/speech/speech_input_browsertest.cc', 2828 '../content/browser/speech/speech_input_browsertest.cc',
2829 '../content/browser/webkit_browsertest.cc', 2829 '../content/browser/webkit_browsertest.cc',
2830 '../content/renderer/mouse_lock_dispatcher_browsertest.cc',
2830 '../content/renderer/render_view_browsertest.cc', 2831 '../content/renderer/render_view_browsertest.cc',
2831 '../content/renderer/render_view_browsertest_mac.mm', 2832 '../content/renderer/render_view_browsertest_mac.mm',
2832 '../content/test/render_widget_browsertest.cc', 2833 '../content/test/render_widget_browsertest.cc',
2833 '../content/test/render_widget_browsertest.h', 2834 '../content/test/render_widget_browsertest.h',
2834 '../content/test/test_launcher.cc', 2835 '../content/test/test_launcher.cc',
2835 '../content/test/test_launcher.h', 2836 '../content/test/test_launcher.h',
2836 ], 2837 ],
2837 'rules': [ 2838 'rules': [
2838 { 2839 {
2839 'rule_name': 'js2webui', 2840 'rule_name': 'js2webui',
(...skipping 1790 matching lines...) Expand 10 before | Expand all | Expand 10 after
4630 # Use outputs of this action as inputs for the main target build. 4631 # Use outputs of this action as inputs for the main target build.
4631 # Seems as a misnomer but makes this happy on Linux (scons). 4632 # Seems as a misnomer but makes this happy on Linux (scons).
4632 'process_outputs_as_sources': 1, 4633 'process_outputs_as_sources': 1,
4633 }, 4634 },
4634 ], # 'actions' 4635 ], # 'actions'
4635 }, 4636 },
4636 ] 4637 ]
4637 }], # 'coverage!=0' 4638 }], # 'coverage!=0'
4638 ], # 'conditions' 4639 ], # 'conditions'
4639 } 4640 }
OLDNEW
« no previous file with comments | « no previous file | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698