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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 14046016: History UI: Apply the pref that prohibits deleting browsing and download history. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Remove executable flag Created 7 years, 8 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 1608 matching lines...) Expand 10 before | Expand all | Expand 10 after
1619 'test/data/webui/assertions.js', 1619 'test/data/webui/assertions.js',
1620 'test/data/webui/async_gen.cc', 1620 'test/data/webui/async_gen.cc',
1621 'test/data/webui/async_gen.h', 1621 'test/data/webui/async_gen.h',
1622 'test/data/webui/async_gen.js', 1622 'test/data/webui/async_gen.js',
1623 'test/data/webui/certificate_viewer_dialog_test.js', 1623 'test/data/webui/certificate_viewer_dialog_test.js',
1624 'test/data/webui/certificate_viewer_ui_test-inl.h', 1624 'test/data/webui/certificate_viewer_ui_test-inl.h',
1625 'test/data/webui/chrome_send_browsertest.cc', 1625 'test/data/webui/chrome_send_browsertest.cc',
1626 'test/data/webui/chrome_send_browsertest.h', 1626 'test/data/webui/chrome_send_browsertest.h',
1627 'test/data/webui/chrome_send_browsertest.js', 1627 'test/data/webui/chrome_send_browsertest.js',
1628 'test/data/webui/history_browsertest.js', 1628 'test/data/webui/history_browsertest.js',
1629 'test/data/webui/history_ui_browsertest.cc',
1630 'test/data/webui/history_ui_browsertest.h',
1629 'test/data/webui/mock4js_browsertest.js', 1631 'test/data/webui/mock4js_browsertest.js',
1630 'test/data/webui/net_internals/bandwidth_view.js', 1632 'test/data/webui/net_internals/bandwidth_view.js',
1631 'test/data/webui/net_internals/dns_view.js', 1633 'test/data/webui/net_internals/dns_view.js',
1632 'test/data/webui/net_internals/events_view.js', 1634 'test/data/webui/net_internals/events_view.js',
1633 'test/data/webui/net_internals/hsts_view.js', 1635 'test/data/webui/net_internals/hsts_view.js',
1634 'test/data/webui/net_internals/http_pipeline_view.js', 1636 'test/data/webui/net_internals/http_pipeline_view.js',
1635 'test/data/webui/net_internals/log_util.js', 1637 'test/data/webui/net_internals/log_util.js',
1636 'test/data/webui/net_internals/log_view_painter.js', 1638 'test/data/webui/net_internals/log_view_painter.js',
1637 'test/data/webui/net_internals/main.js', 1639 'test/data/webui/net_internals/main.js',
1638 'test/data/webui/net_internals/net_internals_test.js', 1640 'test/data/webui/net_internals/net_internals_test.js',
(...skipping 1656 matching lines...) Expand 10 before | Expand all | Expand 10 after
3295 # more details. 3297 # more details.
3296 'DebugInformationFormat': '3', 3298 'DebugInformationFormat': '3',
3297 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', 3299 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb',
3298 }, 3300 },
3299 }, 3301 },
3300 }, 3302 },
3301 ], 3303 ],
3302 }], 3304 }],
3303 ], # 'conditions' 3305 ], # 'conditions'
3304 } 3306 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698