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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 4979003: Implement web app definition parsing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nacl64 build Created 10 years, 1 month 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 (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 1570 matching lines...) Expand 10 before | Expand all | Expand 10 after
1581 'common/resource_dispatcher_unittest.cc', 1581 'common/resource_dispatcher_unittest.cc',
1582 'common/sandbox_mac_diraccess_unittest.mm', 1582 'common/sandbox_mac_diraccess_unittest.mm',
1583 'common/sandbox_mac_fontloading_unittest.mm', 1583 'common/sandbox_mac_fontloading_unittest.mm',
1584 'common/sandbox_mac_unittest_helper.h', 1584 'common/sandbox_mac_unittest_helper.h',
1585 'common/sandbox_mac_unittest_helper.mm', 1585 'common/sandbox_mac_unittest_helper.mm',
1586 'common/sandbox_mac_system_access_unittest.mm', 1586 'common/sandbox_mac_system_access_unittest.mm',
1587 'common/service_process_util_unittest.cc', 1587 'common/service_process_util_unittest.cc',
1588 'common/switch_utils_unittest.cc', 1588 'common/switch_utils_unittest.cc',
1589 'common/thumbnail_score_unittest.cc', 1589 'common/thumbnail_score_unittest.cc',
1590 'common/time_format_unittest.cc', 1590 'common/time_format_unittest.cc',
1591 'common/web_apps_unittest.cc',
1591 'common/worker_thread_ticker_unittest.cc', 1592 'common/worker_thread_ticker_unittest.cc',
1592 'common/zip_unittest.cc', 1593 'common/zip_unittest.cc',
1593 'gpu/gpu_idirect3d9_mock_win.h', 1594 'gpu/gpu_idirect3d9_mock_win.h',
1594 'gpu/gpu_info_unittest_win.cc', 1595 'gpu/gpu_info_unittest_win.cc',
1595 'gpu/gpu_video_decoder_unittest.cc', 1596 'gpu/gpu_video_decoder_unittest.cc',
1596 'renderer/audio_message_filter_unittest.cc', 1597 'renderer/audio_message_filter_unittest.cc',
1597 'renderer/extensions/extension_api_json_validity_unittest.cc', 1598 'renderer/extensions/extension_api_json_validity_unittest.cc',
1598 'renderer/extensions/extension_renderer_info_unittest.cc', 1599 'renderer/extensions/extension_renderer_info_unittest.cc',
1599 'renderer/extensions/json_schema_unittest.cc', 1600 'renderer/extensions/json_schema_unittest.cc',
1600 'renderer/gpu_video_decoder_host_unittest.cc', 1601 'renderer/gpu_video_decoder_host_unittest.cc',
(...skipping 1778 matching lines...) Expand 10 before | Expand all | Expand 10 after
3379 ] 3380 ]
3380 }], # 'coverage!=0' 3381 }], # 'coverage!=0'
3381 ], # 'conditions' 3382 ], # 'conditions'
3382 } 3383 }
3383 3384
3384 # Local Variables: 3385 # Local Variables:
3385 # tab-width:2 3386 # tab-width:2
3386 # indent-tabs-mode:nil 3387 # indent-tabs-mode:nil
3387 # End: 3388 # End:
3388 # vim: set expandtab tabstop=2 shiftwidth=2: 3389 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698