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

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: Fixed .gypi 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
« no previous file with comments | « chrome/browser/ui/webui/history_ui.cc ('k') | chrome/test/data/webui/history_browsertest.js » ('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 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 1632 matching lines...) Expand 10 before | Expand all | Expand 10 after
1643 'test/data/webui/assertions.js', 1643 'test/data/webui/assertions.js',
1644 'test/data/webui/async_gen.cc', 1644 'test/data/webui/async_gen.cc',
1645 'test/data/webui/async_gen.h', 1645 'test/data/webui/async_gen.h',
1646 'test/data/webui/async_gen.js', 1646 'test/data/webui/async_gen.js',
1647 'test/data/webui/certificate_viewer_dialog_test.js', 1647 'test/data/webui/certificate_viewer_dialog_test.js',
1648 'test/data/webui/certificate_viewer_ui_test-inl.h', 1648 'test/data/webui/certificate_viewer_ui_test-inl.h',
1649 'test/data/webui/chrome_send_browsertest.cc', 1649 'test/data/webui/chrome_send_browsertest.cc',
1650 'test/data/webui/chrome_send_browsertest.h', 1650 'test/data/webui/chrome_send_browsertest.h',
1651 'test/data/webui/chrome_send_browsertest.js', 1651 'test/data/webui/chrome_send_browsertest.js',
1652 'test/data/webui/history_browsertest.js', 1652 'test/data/webui/history_browsertest.js',
1653 'test/data/webui/history_ui_browsertest.cc',
1654 'test/data/webui/history_ui_browsertest.h',
1653 'test/data/webui/mock4js_browsertest.js', 1655 'test/data/webui/mock4js_browsertest.js',
1654 'test/data/webui/net_internals/bandwidth_view.js', 1656 'test/data/webui/net_internals/bandwidth_view.js',
1655 'test/data/webui/net_internals/dns_view.js', 1657 'test/data/webui/net_internals/dns_view.js',
1656 'test/data/webui/net_internals/events_view.js', 1658 'test/data/webui/net_internals/events_view.js',
1657 'test/data/webui/net_internals/hsts_view.js', 1659 'test/data/webui/net_internals/hsts_view.js',
1658 'test/data/webui/net_internals/http_pipeline_view.js', 1660 'test/data/webui/net_internals/http_pipeline_view.js',
1659 'test/data/webui/net_internals/log_util.js', 1661 'test/data/webui/net_internals/log_util.js',
1660 'test/data/webui/net_internals/log_view_painter.js', 1662 'test/data/webui/net_internals/log_view_painter.js',
1661 'test/data/webui/net_internals/main.js', 1663 'test/data/webui/net_internals/main.js',
1662 'test/data/webui/net_internals/net_internals_test.js', 1664 'test/data/webui/net_internals/net_internals_test.js',
(...skipping 1725 matching lines...) Expand 10 before | Expand all | Expand 10 after
3388 # more details. 3390 # more details.
3389 'DebugInformationFormat': '3', 3391 'DebugInformationFormat': '3',
3390 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', 3392 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb',
3391 }, 3393 },
3392 }, 3394 },
3393 }, 3395 },
3394 ], 3396 ],
3395 }], 3397 }],
3396 ], # 'conditions' 3398 ], # 'conditions'
3397 } 3399 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/history_ui.cc ('k') | chrome/test/data/webui/history_browsertest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698