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

Side by Side Diff: chrome/chrome.gyp

Issue 146138: Refactor the win KeywordEditorView for cross platform friendliness. (Closed)
Patch Set: '' Created 11 years, 6 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
« no previous file with comments | « chrome/browser/views/keyword_editor_view_unittest.cc ('k') | no next file » | 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'chromium_code': 1, 7 'chromium_code': 1,
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 1322 matching lines...) Expand 10 before | Expand all | Expand 10 after
1333 'browser/safe_browsing/safe_browsing_database_bloom.cc', 1333 'browser/safe_browsing/safe_browsing_database_bloom.cc',
1334 'browser/safe_browsing/safe_browsing_database_bloom.h', 1334 'browser/safe_browsing/safe_browsing_database_bloom.h',
1335 'browser/safe_browsing/safe_browsing_service.cc', 1335 'browser/safe_browsing/safe_browsing_service.cc',
1336 'browser/safe_browsing/safe_browsing_service.h', 1336 'browser/safe_browsing/safe_browsing_service.h',
1337 'browser/safe_browsing/safe_browsing_util.cc', 1337 'browser/safe_browsing/safe_browsing_util.cc',
1338 'browser/safe_browsing/safe_browsing_util.h', 1338 'browser/safe_browsing/safe_browsing_util.h',
1339 'browser/sandbox_policy.cc', 1339 'browser/sandbox_policy.cc',
1340 'browser/sandbox_policy.h', 1340 'browser/sandbox_policy.h',
1341 'browser/search_engines/edit_search_engine_controller.cc', 1341 'browser/search_engines/edit_search_engine_controller.cc',
1342 'browser/search_engines/edit_search_engine_controller.h', 1342 'browser/search_engines/edit_search_engine_controller.h',
1343 'browser/search_engines/keyword_editor_controller.cc',
1344 'browser/search_engines/keyword_editor_controller.h',
1343 'browser/search_engines/template_url.cc', 1345 'browser/search_engines/template_url.cc',
1344 'browser/search_engines/template_url.h', 1346 'browser/search_engines/template_url.h',
1345 'browser/search_engines/template_url_fetcher.cc', 1347 'browser/search_engines/template_url_fetcher.cc',
1346 'browser/search_engines/template_url_fetcher.h', 1348 'browser/search_engines/template_url_fetcher.h',
1347 'browser/search_engines/template_url_model.cc', 1349 'browser/search_engines/template_url_model.cc',
1348 'browser/search_engines/template_url_model.h', 1350 'browser/search_engines/template_url_model.h',
1349 'browser/search_engines/template_url_parser.cc', 1351 'browser/search_engines/template_url_parser.cc',
1350 'browser/search_engines/template_url_parser.h', 1352 'browser/search_engines/template_url_parser.h',
1351 'browser/search_engines/template_url_prepopulate_data.cc', 1353 'browser/search_engines/template_url_prepopulate_data.cc',
1352 'browser/search_engines/template_url_prepopulate_data.h', 1354 'browser/search_engines/template_url_prepopulate_data.h',
1355 'browser/search_engines/template_url_table_model.cc',
1356 'browser/search_engines/template_url_table_model.h',
1353 'browser/session_startup_pref.cc', 1357 'browser/session_startup_pref.cc',
1354 'browser/session_startup_pref.h', 1358 'browser/session_startup_pref.h',
1355 'browser/sessions/base_session_service.cc', 1359 'browser/sessions/base_session_service.cc',
1356 'browser/sessions/base_session_service.h', 1360 'browser/sessions/base_session_service.h',
1357 'browser/sessions/session_backend.cc', 1361 'browser/sessions/session_backend.cc',
1358 'browser/sessions/session_backend.h', 1362 'browser/sessions/session_backend.h',
1359 'browser/sessions/session_command.cc', 1363 'browser/sessions/session_command.cc',
1360 'browser/sessions/session_command.h', 1364 'browser/sessions/session_command.h',
1361 'browser/sessions/session_id.cc', 1365 'browser/sessions/session_id.cc',
1362 'browser/sessions/session_id.h', 1366 'browser/sessions/session_id.h',
(...skipping 2111 matching lines...) Expand 10 before | Expand all | Expand 10 after
3474 'browser/renderer_host/resource_dispatcher_host_unittest.cc', 3478 'browser/renderer_host/resource_dispatcher_host_unittest.cc',
3475 'browser/renderer_host/web_cache_manager_unittest.cc', 3479 'browser/renderer_host/web_cache_manager_unittest.cc',
3476 'browser/rlz/rlz_unittest.cc', 3480 'browser/rlz/rlz_unittest.cc',
3477 'browser/safe_browsing/bloom_filter_unittest.cc', 3481 'browser/safe_browsing/bloom_filter_unittest.cc',
3478 'browser/safe_browsing/chunk_range_unittest.cc', 3482 'browser/safe_browsing/chunk_range_unittest.cc',
3479 'browser/safe_browsing/protocol_manager_unittest.cc', 3483 'browser/safe_browsing/protocol_manager_unittest.cc',
3480 'browser/safe_browsing/protocol_parser_unittest.cc', 3484 'browser/safe_browsing/protocol_parser_unittest.cc',
3481 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', 3485 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc',
3482 'browser/safe_browsing/safe_browsing_database_unittest.cc', 3486 'browser/safe_browsing/safe_browsing_database_unittest.cc',
3483 'browser/safe_browsing/safe_browsing_util_unittest.cc', 3487 'browser/safe_browsing/safe_browsing_util_unittest.cc',
3488 'browser/search_engines/keyword_editor_controller_unittest.cc',
3484 'browser/search_engines/template_url_model_unittest.cc', 3489 'browser/search_engines/template_url_model_unittest.cc',
3485 'browser/search_engines/template_url_parser_unittest.cc', 3490 'browser/search_engines/template_url_parser_unittest.cc',
3486 'browser/search_engines/template_url_prepopulate_data_unittest.cc', 3491 'browser/search_engines/template_url_prepopulate_data_unittest.cc',
3487 'browser/search_engines/template_url_scraper_unittest.cc', 3492 'browser/search_engines/template_url_scraper_unittest.cc',
3488 'browser/search_engines/template_url_unittest.cc', 3493 'browser/search_engines/template_url_unittest.cc',
3489 'browser/sessions/session_backend_unittest.cc', 3494 'browser/sessions/session_backend_unittest.cc',
3490 'browser/sessions/session_service_test_helper.cc', 3495 'browser/sessions/session_service_test_helper.cc',
3491 'browser/sessions/session_service_test_helper.h', 3496 'browser/sessions/session_service_test_helper.h',
3492 'browser/sessions/session_service_unittest.cc', 3497 'browser/sessions/session_service_unittest.cc',
3493 'browser/sessions/tab_restore_service_unittest.cc', 3498 'browser/sessions/tab_restore_service_unittest.cc',
3494 'browser/spellcheck_unittest.cc', 3499 'browser/spellcheck_unittest.cc',
3495 'browser/ssl/ssl_host_state_unittest.cc', 3500 'browser/ssl/ssl_host_state_unittest.cc',
3496 'browser/tab_contents/navigation_controller_unittest.cc', 3501 'browser/tab_contents/navigation_controller_unittest.cc',
3497 'browser/tab_contents/navigation_entry_unittest.cc', 3502 'browser/tab_contents/navigation_entry_unittest.cc',
3498 'browser/tab_contents/render_view_host_manager_unittest.cc', 3503 'browser/tab_contents/render_view_host_manager_unittest.cc',
3499 'browser/tab_contents/site_instance_unittest.cc', 3504 'browser/tab_contents/site_instance_unittest.cc',
3500 'browser/tab_contents/thumbnail_generator_unittest.cc', 3505 'browser/tab_contents/thumbnail_generator_unittest.cc',
3501 'browser/tab_contents/web_contents_unittest.cc', 3506 'browser/tab_contents/web_contents_unittest.cc',
3502 'browser/tabs/tab_strip_model_unittest.cc', 3507 'browser/tabs/tab_strip_model_unittest.cc',
3503 'browser/task_manager_unittest.cc', 3508 'browser/task_manager_unittest.cc',
3504 'browser/theme_resources_util_unittest.cc', 3509 'browser/theme_resources_util_unittest.cc',
3505 'browser/utility_process_host_unittest.cc', 3510 'browser/utility_process_host_unittest.cc',
3506 'browser/views/bookmark_context_menu_test.cc', 3511 'browser/views/bookmark_context_menu_test.cc',
3507 'browser/views/bookmark_editor_view_unittest.cc', 3512 'browser/views/bookmark_editor_view_unittest.cc',
3508 'browser/views/keyword_editor_view_unittest.cc',
3509 'browser/visitedlink_unittest.cc', 3513 'browser/visitedlink_unittest.cc',
3510 'browser/webdata/web_database_unittest.cc', 3514 'browser/webdata/web_database_unittest.cc',
3511 'browser/window_sizer_unittest.cc', 3515 'browser/window_sizer_unittest.cc',
3512 'common/bzip2_unittest.cc', 3516 'common/bzip2_unittest.cc',
3513 'common/chrome_plugin_unittest.cc', 3517 'common/chrome_plugin_unittest.cc',
3514 'common/extensions/extension_unittest.cc', 3518 'common/extensions/extension_unittest.cc',
3515 'common/extensions/url_pattern_unittest.cc', 3519 'common/extensions/url_pattern_unittest.cc',
3516 'common/extensions/user_script_unittest.cc', 3520 'common/extensions/user_script_unittest.cc',
3517 'common/file_descriptor_set_unittest.cc', 3521 'common/file_descriptor_set_unittest.cc',
3518 'common/gfx/emf_unittest.cc', 3522 'common/gfx/emf_unittest.cc',
(...skipping 1288 matching lines...) Expand 10 before | Expand all | Expand 10 after
4807 # Use outputs of this action as inputs for the main target build. 4811 # Use outputs of this action as inputs for the main target build.
4808 # Seems as a misnomer but makes this happy on Linux (scons). 4812 # Seems as a misnomer but makes this happy on Linux (scons).
4809 'process_outputs_as_sources': 1, 4813 'process_outputs_as_sources': 1,
4810 }, 4814 },
4811 ], # 'actions' 4815 ], # 'actions'
4812 }, 4816 },
4813 ] 4817 ]
4814 }], 4818 }],
4815 ], # 'conditions' 4819 ], # 'conditions'
4816 } 4820 }
OLDNEW
« no previous file with comments | « chrome/browser/views/keyword_editor_view_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698