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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8118012: WebUI Edit Search Engine Dialog (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: reverse button-strip children in views Created 9 years, 2 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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 3604 matching lines...) Expand 10 before | Expand all | Expand 10 after
3615 'browser/ui/webui/cookies_tree_model_util.cc', 3615 'browser/ui/webui/cookies_tree_model_util.cc',
3616 'browser/ui/webui/cookies_tree_model_util.h', 3616 'browser/ui/webui/cookies_tree_model_util.h',
3617 'browser/ui/webui/crashes_ui.cc', 3617 'browser/ui/webui/crashes_ui.cc',
3618 'browser/ui/webui/crashes_ui.h', 3618 'browser/ui/webui/crashes_ui.h',
3619 'browser/ui/webui/devtools_ui.cc', 3619 'browser/ui/webui/devtools_ui.cc',
3620 'browser/ui/webui/devtools_ui.h', 3620 'browser/ui/webui/devtools_ui.h',
3621 'browser/ui/webui/downloads_dom_handler.cc', 3621 'browser/ui/webui/downloads_dom_handler.cc',
3622 'browser/ui/webui/downloads_dom_handler.h', 3622 'browser/ui/webui/downloads_dom_handler.h',
3623 'browser/ui/webui/downloads_ui.cc', 3623 'browser/ui/webui/downloads_ui.cc',
3624 'browser/ui/webui/downloads_ui.h', 3624 'browser/ui/webui/downloads_ui.h',
3625 'browser/ui/webui/edit_search_engine_dialog.cc',
3626 'browser/ui/webui/edit_search_engine_dialog.h',
3627 'browser/ui/webui/edit_search_engine_dialog_ui.cc',
3628 'browser/ui/webui/edit_search_engine_dialog_ui.h',
3625 'browser/ui/webui/extension_icon_source.cc', 3629 'browser/ui/webui/extension_icon_source.cc',
3626 'browser/ui/webui/extension_icon_source.h', 3630 'browser/ui/webui/extension_icon_source.h',
3627 'browser/ui/webui/favicon_source.cc', 3631 'browser/ui/webui/favicon_source.cc',
3628 'browser/ui/webui/favicon_source.h', 3632 'browser/ui/webui/favicon_source.h',
3629 'browser/ui/webui/fileicon_source.cc', 3633 'browser/ui/webui/fileicon_source.cc',
3630 'browser/ui/webui/fileicon_source.h', 3634 'browser/ui/webui/fileicon_source.h',
3631 'browser/ui/webui/fileicon_source_chromeos.cc', 3635 'browser/ui/webui/fileicon_source_chromeos.cc',
3632 'browser/ui/webui/fileicon_source_chromeos.h', 3636 'browser/ui/webui/fileicon_source_chromeos.h',
3633 'browser/ui/webui/flags_ui.cc', 3637 'browser/ui/webui/flags_ui.cc',
3634 'browser/ui/webui/flags_ui.h', 3638 'browser/ui/webui/flags_ui.h',
(...skipping 1441 matching lines...) Expand 10 before | Expand all | Expand 10 after
5076 'type': 'static_library', 5080 'type': 'static_library',
5077 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5081 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5078 'variables': { 5082 'variables': {
5079 'proto_in_dir': 'browser/history', 5083 'proto_in_dir': 'browser/history',
5080 'proto_out_dir': 'chrome/browser/history', 5084 'proto_out_dir': 'chrome/browser/history',
5081 }, 5085 },
5082 'includes': [ '../build/protoc.gypi' ] 5086 'includes': [ '../build/protoc.gypi' ]
5083 }, 5087 },
5084 ], 5088 ],
5085 } 5089 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698