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

Issue 6586001: Move appcache/file_sytem/device_orientation subdirectories of chrome\browser ... (Closed)

Created:
9 years, 10 months ago by jam
Modified:
9 years, 7 months ago
Reviewers:
Avi (use Gerrit)
CC:
chromium-reviews, michaeln, cbentzel+watch_chromium.org, Erik does not do reviews, brettw-cc_chromium.org, jam, Aaron Boodman, pam+watch_chromium.org, Paweł Hajdan Jr., darin-cc_chromium.org, kinuko+watch
Visibility:
Public.

Description

Move appcache/file_sytem/device_orientation subdirectories of chrome\browser to content\browser. TBR=avi Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=75990

Patch Set 1 #

Patch Set 2 : sync #

Patch Set 3 : sync #

Patch Set 4 : sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+141 lines, -3019 lines) Patch
D chrome/browser/appcache/appcache_dispatcher_host.h View 1 1 chunk +0 lines, -97 lines 0 comments Download
D chrome/browser/appcache/appcache_dispatcher_host.cc View 1 1 chunk +0 lines, -237 lines 0 comments Download
D chrome/browser/appcache/appcache_frontend_proxy.h View 1 1 chunk +0 lines, -40 lines 0 comments Download
D chrome/browser/appcache/appcache_frontend_proxy.cc View 1 1 chunk +0 lines, -52 lines 0 comments Download
D chrome/browser/appcache/appcache_ui_test.cc View 1 1 chunk +0 lines, -105 lines 0 comments Download
D chrome/browser/appcache/chrome_appcache_service.h View 1 1 chunk +0 lines, -72 lines 0 comments Download
D chrome/browser/appcache/chrome_appcache_service.cc View 1 1 chunk +0 lines, -147 lines 0 comments Download
D chrome/browser/appcache/chrome_appcache_service_unittest.cc View 1 1 chunk +0 lines, -101 lines 0 comments Download
D chrome/browser/appcache/view_appcache_internals_job_factory.h View 1 1 chunk +0 lines, -23 lines 0 comments Download
D chrome/browser/appcache/view_appcache_internals_job_factory.cc View 1 1 chunk +0 lines, -28 lines 0 comments Download
M chrome/browser/browsing_data_appcache_helper.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/browsing_data_remover.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
D chrome/browser/device_orientation/accelerometer_mac.h View 1 1 chunk +0 lines, -104 lines 0 comments Download
D chrome/browser/device_orientation/accelerometer_mac.cc View 1 1 chunk +0 lines, -412 lines 0 comments Download
D chrome/browser/device_orientation/data_fetcher.h View 1 1 chunk +0 lines, -20 lines 0 comments Download
D chrome/browser/device_orientation/device_orientation_browsertest.cc View 1 1 chunk +0 lines, -70 lines 0 comments Download
D chrome/browser/device_orientation/message_filter.h View 1 1 chunk +0 lines, -44 lines 0 comments Download
D chrome/browser/device_orientation/message_filter.cc View 1 1 chunk +0 lines, -106 lines 0 comments Download
D chrome/browser/device_orientation/orientation.h View 1 1 chunk +0 lines, -53 lines 0 comments Download
D chrome/browser/device_orientation/provider.h View 1 1 chunk +0 lines, -56 lines 0 comments Download
D chrome/browser/device_orientation/provider.cc View 1 1 chunk +0 lines, -53 lines 0 comments Download
D chrome/browser/device_orientation/provider_impl.h View 1 1 chunk +0 lines, -85 lines 0 comments Download
D chrome/browser/device_orientation/provider_impl.cc View 1 1 chunk +0 lines, -203 lines 0 comments Download
D chrome/browser/device_orientation/provider_unittest.cc View 1 1 chunk +0 lines, -373 lines 0 comments Download
M chrome/browser/extensions/extension_service_unittest.cc View 1 3 chunks +2 lines, -2 lines 0 comments Download
D chrome/browser/file_system/browser_file_system_helper.h View 1 1 chunk +0 lines, -17 lines 0 comments Download
D chrome/browser/file_system/browser_file_system_helper.cc View 1 1 chunk +0 lines, -23 lines 0 comments Download
D chrome/browser/file_system/file_system_dispatcher_host.h View 1 1 chunk +0 lines, -104 lines 0 comments Download
D chrome/browser/file_system/file_system_dispatcher_host.cc View 1 1 chunk +0 lines, -250 lines 0 comments Download
M chrome/browser/net/chrome_url_request_context.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/profiles/profile.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/profiles/profile_impl.cc View 1 4 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/renderer_host/browser_render_process_host.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/webui/chrome_url_data_manager_backend.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/worker_host/worker_process_host.cc View 1 2 chunks +11 lines, -11 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 3 chunks +0 lines, -22 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 7 chunks +4 lines, -4 lines 0 comments Download
A content/browser/OWNERS View 1 chunk +1 line, -0 lines 0 comments Download
M + content/browser/appcache/appcache_dispatcher_host.h View 3 chunks +6 lines, -7 lines 0 comments Download
M + content/browser/appcache/appcache_dispatcher_host.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M + content/browser/appcache/appcache_frontend_proxy.h View 2 chunks +3 lines, -3 lines 0 comments Download
M + content/browser/appcache/appcache_frontend_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M + content/browser/appcache/chrome_appcache_service.h View 2 chunks +4 lines, -4 lines 0 comments Download
M + content/browser/appcache/chrome_appcache_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M + content/browser/appcache/chrome_appcache_service_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M + content/browser/appcache/view_appcache_internals_job_factory.h View 2 chunks +3 lines, -4 lines 0 comments Download
M + content/browser/appcache/view_appcache_internals_job_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M + content/browser/device_orientation/accelerometer_mac.h View 2 chunks +4 lines, -4 lines 0 comments Download
M + content/browser/device_orientation/accelerometer_mac.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M + content/browser/device_orientation/data_fetcher.h View 2 chunks +3 lines, -3 lines 0 comments Download
M + content/browser/device_orientation/device_orientation_browsertest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M + content/browser/device_orientation/message_filter.h View 2 chunks +5 lines, -5 lines 0 comments Download
M + content/browser/device_orientation/message_filter.cc View 1 chunk +6 lines, -7 lines 0 comments Download
M + content/browser/device_orientation/orientation.h View 2 chunks +3 lines, -3 lines 0 comments Download
M + content/browser/device_orientation/provider.h View 2 chunks +3 lines, -3 lines 0 comments Download
M + content/browser/device_orientation/provider.cc View 1 chunk +5 lines, -6 lines 0 comments Download
M + content/browser/device_orientation/provider_impl.h View 2 chunks +6 lines, -6 lines 0 comments Download
M + content/browser/device_orientation/provider_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M + content/browser/device_orientation/provider_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M + content/browser/file_system/browser_file_system_helper.h View 2 chunks +3 lines, -3 lines 0 comments Download
M + content/browser/file_system/browser_file_system_helper.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M + content/browser/file_system/file_system_dispatcher_host.h View 2 chunks +4 lines, -4 lines 0 comments Download
M + content/browser/file_system/file_system_dispatcher_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/content_browser.gypi View 1 2 3 2 chunks +22 lines, -0 lines 0 comments Download
M tools/checkdeps/checkdeps.py View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
jam
9 years, 10 months ago (2011-02-24 22:38:43 UTC) #1
Avi (use Gerrit)
Where are the gypi changes for file_system and device_orientation?
9 years, 10 months ago (2011-02-24 22:42:46 UTC) #2
jam
9 years, 10 months ago (2011-02-24 22:55:30 UTC) #3
looks like they got removed accidentalness when i removed other directories
(I had built!). redoing.

On Thu, Feb 24, 2011 at 2:42 PM, <avi@chromium.org> wrote:

> Where are the gypi changes for file_system and device_orientation?
>
>
> http://codereview.chromium.org/6586001/
>

Powered by Google App Engine
This is Rietveld 408576698